#588199

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

Shades of Horizon #588199

Tints of Horizon #588199

Color information

#588199 (or 0x588199) is unknown color: approx Horizon. HEX triplet: 58, 81 and 99. RGB value is (88,129,153). Sum of RGB (Red+Green+Blue) = 88+129+153=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #588199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588199 is #A77E66. Grayscale: #777777. Windows color (decimal): -10976871 or 10060120. OLE color: 10060120.

HSL color Cylindrical-coordinate representation of color #588199: hue angle of 202.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #588199 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB88129153-
CMYK0.420.1600.4
HSL202.15º26.97%47.25%-
HSV(B)202.15º42.48%60%-
XYZ17.6220.0833.08-
YUV119.48146.92105.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.78%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=23.78%
G=34.86%
B=41.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881291530.420.1600.4202.1526.9747.25
Hex5881992A10028ca1b2f
Octal13020123152200503123357
Binary101100010000001100110011010101000001010001100101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588199; }

 p { color: rgb(88,129,153); }

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

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

 a { background-color: rgb(88,129,153); }

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

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

 span { border-color: rgb(88,129,153); }

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