#588696

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

Shades of Horizon #588696

Tints of Horizon #588696

Color information

#588696 (or 0x588696) is unknown color: approx Horizon. HEX triplet: 58, 86 and 96. RGB value is (88,134,150). Sum of RGB (Red+Green+Blue) = 88+134+150=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #588696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588696 is #A77969. Grayscale: #797979. Windows color (decimal): -10975594 or 9864792. OLE color: 9864792.

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

Color convert

RGB88134150-
CMYK0.410.1100.41
HSL195.48º26.05%46.67%-
HSV(B)195.48º41.33%58.82%-
XYZ18.0521.3332.02-
YUV122.07143.76103.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.66%
GREEN value IS 134 (52.73% from 255) = 36.02%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=23.66%
G=36.02%
B=40.32%

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
Decimal881341500.410.1100.41195.4826.0546.67
Hex58869629B029c31a2f
Octal13020622651130513033257
Binary10110001000011010010110101001101101010011100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588696; }

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

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

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

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

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

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

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

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