Html Css Color HEX #5579AD San Marino

📋 copy color: '#5579AD'

red 85 ◦ green 121 ◦ blue 173

#5579AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #5579AD

Tints of San Marino #5579AD

RGB

 RED value IS 85 (33.59% from 255) = 22.43%

 GREEN value IS 121 (47.66% from 255) = 31.93%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 22.43%
G = 31.93%
B = 45.65%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5579AD (or 0x5579AD) is known color: San Marino. HEX triplet: 55, 79 and AD. RGB value is (85,121,173). Sum of RGB (Red+Green+Blue) = 85+121+173=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #5579AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5579AD is #AA8652. Grayscale: #737373. Windows color (decimal): -11175507 or 11368789. OLE color: 11368789.

HSL color Cylindrical-coordinate representation of color #5579AD: hue angle of 215.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5579AD is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 121 173 -
CMYK 0.51 0.30 0 0.32
HSL 215.45º 0.35% 0.51% -
HSV(B) 215.45º 0.51% 0.68% -
XYZ 18.13 18.62 42.17 -
YUV 116.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 85 121 173 0.51 0.30 0 0.32 215.45 0.35 0.51
Hex 55 79 AD 33 1E 0 20 D7 23 33
Octal 125 171 255 63 36 0 40 327 43 63
Binary 1010101 1111001 10101101 110011 11110 0 100000 11010111 100011 110011

Color Harmonies of #5579AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5579AD

Black with #5579AD

Text Example


Text Example

White with #5579AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5579AD; }

 p { color: rgb(85,121,173); }

 H1.HeaderClassName
 {
   color: #5579AD;
 }
 .AnyTagClassName
 {
   color: #5579AD;
 }
</style>

background-color css

<style>
 a { background-color: #5579AD; }

 a { background-color: rgb(85,121,173); }

 div.DivClassName
 {
   background-color: #5579AD;
 }
 .BgClassName
 {
   background-color: #5579AD;
 }
</style>

border-color css

<style>
 span { border-color: #5579AD; }

 span { border-color: rgb(85,121,173); }

 td.TdClassName
 {
   border-color: #5579AD;
 }
 .TagClassName
 {
   border-color: #5579AD;
 }
</style>