#5872AA

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

Shades of San Marino #5872AA

Tints of San Marino #5872AA

Color information

#5872AA (or 0x5872AA) is unknown color: approx San Marino. HEX triplet: 58, 72 and AA. RGB value is (88,114,170). Sum of RGB (Red+Green+Blue) = 88+114+170=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #5872AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5872AA is #A78D55. Grayscale: #707070. Windows color (decimal): -10980694 or 11170392. OLE color: 11170392.

HSL color Cylindrical-coordinate representation of color #5872AA: hue angle of 220.98º 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 #5872AA is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB88114170-
CMYK0.480.3300.33
HSL220.98º32.54%50.59%-
HSV(B)220.98º48.24%66.67%-
XYZ17.317.0140.4-
YUV112.61160.39110.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.66%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 170 (66.80% from 255) = 45.70%
R=23.66%
G=30.65%
B=45.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881141700.480.3300.33220.9832.5450.59
Hex5872AA3021021dd2133
Octal13016225260410413354163
Binary1011000111001010101010110000100001010000111011101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5872AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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