#5878A5

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

Shades of San Marino #5878A5

Tints of San Marino #5878A5

Color information

#5878A5 (or 0x5878A5) is unknown color: approx San Marino. HEX triplet: 58, 78 and A5. RGB value is (88,120,165). Sum of RGB (Red+Green+Blue) = 88+120+165=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: blue. Hex color #5878A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5878A5 is #A7875A. Grayscale: #737373. Windows color (decimal): -10979163 or 10844248. OLE color: 10844248.

HSL color Cylindrical-coordinate representation of color #5878A5: hue angle of 215.06º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5878A5 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB88120165-
CMYK0.470.2700.35
HSL215.06º30.43%49.61%-
HSV(B)215.06º46.67%64.71%-
XYZ17.5318.2238.19-
YUV115.56155.9108.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 165 (64.84% from 255) = 44.24%
R=23.59%
G=32.17%
B=44.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881201650.470.2700.35215.0630.4349.61
Hex5878A52F1B023d71e32
Octal13017024557330433273662
Binary10110001111000101001011011111101101000111101011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5878A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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