#588396

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

Shades of Horizon #588396

Tints of Horizon #588396

Color information

#588396 (or 0x588396) is unknown color: approx Horizon. HEX triplet: 58, 83 and 96. RGB value is (88,131,150). Sum of RGB (Red+Green+Blue) = 88+131+150=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #588396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588396 is #A77C69. Grayscale: #787878. Windows color (decimal): -10976362 or 9864024. OLE color: 9864024.

HSL color Cylindrical-coordinate representation of color #588396: hue angle of 198.39º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #588396 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB88131150-
CMYK0.410.1300.41
HSL198.39º26.05%46.67%-
HSV(B)198.39º41.33%58.82%-
XYZ17.6520.5131.88-
YUV120.31144.75104.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.85%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=23.85%
G=35.50%
B=40.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881311500.410.1300.41198.3926.0546.67
Hex58839629D029c61a2f
Octal13020322651150513063257
Binary10110001000001110010110101001110101010011100011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588396; }

 p { color: rgb(88,131,150); }

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

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

 a { background-color: rgb(88,131,150); }

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

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

 span { border-color: rgb(88,131,150); }

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