#5877AA

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

Shades of San Marino #5877AA

Tints of San Marino #5877AA

Color information

#5877AA (or 0x5877AA) is unknown color: approx San Marino. HEX triplet: 58, 77 and AA. RGB value is (88,119,170). Sum of RGB (Red+Green+Blue) = 88+119+170=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #5877AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5877AA is #A78855. Grayscale: #737373. Windows color (decimal): -10979414 or 11171672. OLE color: 11171672.

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

Color convert

RGB88119170-
CMYK0.480.300.33
HSL217.32º32.54%50.59%-
HSV(B)217.32º48.24%66.67%-
XYZ17.8818.1740.6-
YUV115.54158.73108.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=23.34%
G=31.56%
B=45.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881191700.480.300.33217.3232.5450.59
Hex5877AA301E021d92133
Octal13016725260360413314163
Binary101100011101111010101011000011110010000111011001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5877AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,119,170); }

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

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

 a { background-color: rgb(88,119,170); }

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

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

 span { border-color: rgb(88,119,170); }

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