#58879C

Color #58879C Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #58879C

Tints of Horizon #58879C

Color information

#58879C (or 0x58879C) is unknown color: approx Horizon. HEX triplet: 58, 87 and 9C. RGB value is (88,135,156). Sum of RGB (Red+Green+Blue) = 88+135+156=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #58879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58879C is #A77863. Grayscale: #7B7B7B. Windows color (decimal): -10975332 or 10258264. OLE color: 10258264.

HSL color Cylindrical-coordinate representation of color #58879C: hue angle of 198.53º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58879C is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB88135156-
CMYK0.440.1300.39
HSL198.53º27.87%47.84%-
HSV(B)198.53º43.59%61.18%-
XYZ18.6921.834.68-
YUV123.34146.43102.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=23.22%
G=35.62%
B=41.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881351560.440.1300.39198.5327.8747.84
Hex58879C2CD027c71c30
Octal13020723454150473073460
Binary10110001000011110011100101100110101001111100011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58879C; }

 p { color: rgb(88,135,156); }

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

<style>
 a { background-color: #58879C; }

 a { background-color: rgb(88,135,156); }

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

<style>
 span { border-color: #58879C; }

 span { border-color: rgb(88,135,156); }

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