#5878AA

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

Shades of San Marino #5878AA

Tints of San Marino #5878AA

Color information

#5878AA (or 0x5878AA) is unknown color: approx San Marino. HEX triplet: 58, 78 and AA. RGB value is (88,120,170). Sum of RGB (Red+Green+Blue) = 88+120+170=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #5878AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5878AA is #A78755. Grayscale: #737373. Windows color (decimal): -10979158 or 11171928. OLE color: 11171928.

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

Color convert

RGB88120170-
CMYK0.480.2900.33
HSL216.59º32.54%50.59%-
HSV(B)216.59º48.24%66.67%-
XYZ1818.4140.64-
YUV116.13158.4107.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.28%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=23.28%
G=31.75%
B=44.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881201700.480.2900.33216.5932.5450.59
Hex5878AA301D021d92133
Octal13017025260350413314163
Binary101100011110001010101011000011101010000111011001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5878AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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