#588697

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

Shades of Horizon #588697

Tints of Horizon #588697

Color information

#588697 (or 0x588697) is unknown color: approx Horizon. HEX triplet: 58, 86 and 97. RGB value is (88,134,151). Sum of RGB (Red+Green+Blue) = 88+134+151=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 151 - color contains mainly: blue. Hex color #588697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588697 is #A77968. Grayscale: #7A7A7A. Windows color (decimal): -10975593 or 9930328. OLE color: 9930328.

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

Color convert

RGB88134151-
CMYK0.420.1100.41
HSL196.19º26.36%46.86%-
HSV(B)196.19º41.72%59.22%-
XYZ18.1421.3632.45-
YUV122.18144.26103.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 151 (59.38% from 255) = 40.48%
R=23.59%
G=35.92%
B=40.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881341510.420.1100.41196.1926.3646.86
Hex5886972AB029c41a2f
Octal13020622752130513043257
Binary10110001000011010010111101010101101010011100010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588697; }

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

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

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

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

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

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

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

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