#588193

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

Shades of Horizon #588193

Tints of Horizon #588193

Color information

#588193 (or 0x588193) is unknown color: approx Horizon. HEX triplet: 58, 81 and 93. RGB value is (88,129,147). Sum of RGB (Red+Green+Blue) = 88+129+147=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #588193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588193 is #A77E6C. Grayscale: #767676. Windows color (decimal): -10976877 or 9666904. OLE color: 9666904.

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

Color convert

RGB88129147-
CMYK0.400.1200.42
HSL198.31º25.11%46.08%-
HSV(B)198.31º40.14%57.65%-
XYZ17.1419.8830.54-
YUV118.79143.92106.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=24.18%
G=35.44%
B=40.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881291470.400.1200.42198.3125.1146.08
Hex58819328C02Ac6192e
Octal13020122350140523063156
Binary10110001000000110010011101000110001010101100011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588193; }

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

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

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

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

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

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

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

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