#588092

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

Shades of Horizon #588092

Tints of Horizon #588092

Color information

#588092 (or 0x588092) is unknown color: approx Horizon. HEX triplet: 58, 80 and 92. RGB value is (88,128,146). Sum of RGB (Red+Green+Blue) = 88+128+146=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #588092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588092 is #A77F6D. Grayscale: #757575. Windows color (decimal): -10977134 or 9601112. OLE color: 9601112.

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

Color convert

RGB88128146-
CMYK0.400.1200.43
HSL198.62º24.79%45.88%-
HSV(B)198.62º39.73%57.25%-
XYZ16.9319.5930.08-
YUV118.09143.75106.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.31%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 146 (57.42% from 255) = 40.33%
R=24.31%
G=35.36%
B=40.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881281460.400.1200.43198.6224.7945.88
Hex58809228C02Bc7192e
Octal13020022250140533073156
Binary10110001000000010010010101000110001010111100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588092; }

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

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

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

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

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

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

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

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