#588596

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

Shades of Horizon #588596

Tints of Horizon #588596

Color information

#588596 (or 0x588596) is unknown color: approx Horizon. HEX triplet: 58, 85 and 96. RGB value is (88,133,150). Sum of RGB (Red+Green+Blue) = 88+133+150=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #588596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588596 is #A77A69. Grayscale: #797979. Windows color (decimal): -10975850 or 9864536. OLE color: 9864536.

HSL color Cylindrical-coordinate representation of color #588596: hue angle of 196.45º 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 #588596 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB88133150-
CMYK0.410.1100.41
HSL196.45º26.05%46.67%-
HSV(B)196.45º41.33%58.82%-
XYZ17.9221.0531.97-
YUV121.48144.09104.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=23.72%
G=35.85%
B=40.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881331500.410.1100.41196.4526.0546.67
Hex58859629B029c41a2f
Octal13020522651130513043257
Binary10110001000010110010110101001101101010011100010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588596; }

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

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

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

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

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

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

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

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