#5779A0

Color #5779A0 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #5779A0

Tints of San Marino #5779A0

Color information

#5779A0 (or 0x5779A0) is unknown color: approx San Marino. HEX triplet: 57, 79 and A0. RGB value is (87,121,160). Sum of RGB (Red+Green+Blue) = 87+121+160=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 160 - color contains mainly: blue. Hex color #5779A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5779A0 is #A8865F. Grayscale: #737373. Windows color (decimal): -11044448 or 10516823. OLE color: 10516823.

HSL color Cylindrical-coordinate representation of color #5779A0: hue angle of 212.05º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5779A0 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB87121160-
CMYK0.460.2400.37
HSL212.05º29.55%48.43%-
HSV(B)212.05º45.63%62.75%-
XYZ17.1118.2435.88-
YUV115.28153.24107.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.64%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 160 (62.89% from 255) = 43.48%
R=23.64%
G=32.88%
B=43.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal871211600.460.2400.37212.0529.5548.43
Hex5779A02E18025d41e30
Octal12717124056300453243660
Binary10101111111001101000001011101100001001011101010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5779A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5779A0; }

 p { color: rgb(87,121,160); }

 H1.HeaderClassName
 {
   color: #5779A0;
 }
 .AnyTagClassName
 {
   color: #5779A0;
 }
</style>
background-color css

<style>
 a { background-color: #5779A0; }

 a { background-color: rgb(87,121,160); }

 div.DivClassName
 {
   background-color: #5779A0;
 }
 .BgClassName
 {
   background-color: #5779A0;
 }
</style>
border-color css

<style>
 span { border-color: #5779A0; }

 span { border-color: rgb(87,121,160); }

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