#588492

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

Shades of Horizon #588492

Tints of Horizon #588492

Color information

#588492 (or 0x588492) is unknown color: approx Horizon. HEX triplet: 58, 84 and 92. RGB value is (88,132,146). Sum of RGB (Red+Green+Blue) = 88+132+146=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #588492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588492 is #A77B6D. Grayscale: #787878. Windows color (decimal): -10976110 or 9602136. OLE color: 9602136.

HSL color Cylindrical-coordinate representation of color #588492: hue angle of 194.48º 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 #588492 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88132146-
CMYK0.400.1000.43
HSL194.48º24.79%45.88%-
HSV(B)194.48º39.73%57.25%-
XYZ17.4620.6530.26-
YUV120.44142.42104.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.04%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=24.04%
G=36.07%
B=39.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881321460.400.1000.43194.4824.7945.88
Hex58849228A02Bc2192e
Octal13020422250120533023156
Binary10110001000010010010010101000101001010111100001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588492; }

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

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

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

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

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

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

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

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