#588292

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

Shades of Horizon #588292

Tints of Horizon #588292

Color information

#588292 (or 0x588292) is unknown color: approx Horizon. HEX triplet: 58, 82 and 92. RGB value is (88,130,146). Sum of RGB (Red+Green+Blue) = 88+130+146=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #588292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588292 is #A77D6D. Grayscale: #777777. Windows color (decimal): -10976622 or 9601624. OLE color: 9601624.

HSL color Cylindrical-coordinate representation of color #588292: hue angle of 196.55º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #588292 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88130146-
CMYK0.400.1100.43
HSL196.55º24.79%45.88%-
HSV(B)196.55º39.73%57.25%-
XYZ17.220.1230.17-
YUV119.27143.09105.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=24.18%
G=35.71%
B=40.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881301460.400.1100.43196.5524.7945.88
Hex58829228B02Bc5192e
Octal13020222250130533053156
Binary10110001000001010010010101000101101010111100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588292; }

 p { color: rgb(88,130,146); }

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

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

 a { background-color: rgb(88,130,146); }

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

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

 span { border-color: rgb(88,130,146); }

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