Html Css Color HEX #5579AA San Marino

📋 copy color: '#5579AA'

red 85 ◦ green 121 ◦ blue 170

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

Shades of San Marino #5579AA

Tints of San Marino #5579AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 22.61%
G = 32.18%
B = 45.21%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5579AA (or 0x5579AA) is known color: San Marino. HEX triplet: 55, 79 and AA. RGB value is (85,121,170). Sum of RGB (Red+Green+Blue) = 85+121+170=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #5579AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5579AA is #AA8655. Grayscale: #737373. Windows color (decimal): -11175510 or 11172181. OLE color: 11172181.

HSL color Cylindrical-coordinate representation of color #5579AA: hue angle of 214.59º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5579AA is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 121 170 -
CMYK 0.50 0.29 0 0.33
HSL 214.59º 0.33% 0.5% -
HSV(B) 214.59º 0.5% 0.67% -
XYZ 17.84 18.51 40.66 -
YUV 115.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 85 121 170 0.50 0.29 0 0.33 214.59 0.33 0.5
Hex 55 79 AA 32 1D 0 21 D7 21 32
Octal 125 171 252 62 35 0 41 327 41 62
Binary 1010101 1111001 10101010 110010 11101 0 100001 11010111 100001 110010

Color Harmonies of #5579AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5579AA

Black with #5579AA

Text Example


Text Example

White with #5579AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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