#5871AA

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

Shades of San Marino #5871AA

Tints of San Marino #5871AA

Color information

#5871AA (or 0x5871AA) is unknown color: approx San Marino. HEX triplet: 58, 71 and AA. RGB value is (88,113,170). Sum of RGB (Red+Green+Blue) = 88+113+170=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #5871AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5871AA is #A78E55. Grayscale: #6F6F6F. Windows color (decimal): -10980950 or 11170136. OLE color: 11170136.

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

Color convert

RGB88113170-
CMYK0.480.3400.33
HSL221.71º32.54%50.59%-
HSV(B)221.71º48.24%66.67%-
XYZ17.1916.7940.36-
YUV112.02160.72110.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=23.72%
G=30.46%
B=45.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881131700.480.3400.33221.7132.5450.59
Hex5871AA3022021de2133
Octal13016125260420413364163
Binary1011000111000110101010110000100010010000111011110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5871AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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