#588191

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

Shades of Horizon #588191

Tints of Horizon #588191

Color information

#588191 (or 0x588191) is unknown color: approx Horizon. HEX triplet: 58, 81 and 91. RGB value is (88,129,145). Sum of RGB (Red+Green+Blue) = 88+129+145=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #588191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588191 is #A77E6E. Grayscale: #767676. Windows color (decimal): -10976879 or 9535832. OLE color: 9535832.

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

Color convert

RGB88129145-
CMYK0.390.1100.43
HSL196.84º24.46%45.69%-
HSV(B)196.84º39.31%56.86%-
XYZ16.9919.8229.72-
YUV118.56142.92106.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.31%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 145 (57.03% from 255) = 40.06%
R=24.31%
G=35.64%
B=40.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881291450.390.1100.43196.8424.4645.69
Hex58819127B02Bc5182e
Octal13020122147130533053056
Binary10110001000000110010001100111101101010111100010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588191; }

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

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

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

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

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

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

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

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