#588799

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

Shades of Horizon #588799

Tints of Horizon #588799

Color information

#588799 (or 0x588799) is unknown color: approx Horizon. HEX triplet: 58, 87 and 99. RGB value is (88,135,153). Sum of RGB (Red+Green+Blue) = 88+135+153=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #588799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588799 is #A77866. Grayscale: #7A7A7A. Windows color (decimal): -10975335 or 10061656. OLE color: 10061656.

HSL color Cylindrical-coordinate representation of color #588799: hue angle of 196.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #588799 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB88135153-
CMYK0.420.1200.4
HSL196.62º26.97%47.25%-
HSV(B)196.62º42.48%60%-
XYZ18.4421.733.35-
YUV123144.93103.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.40%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=23.40%
G=35.90%
B=40.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881351530.420.1200.4196.6226.9747.25
Hex5887992AC028c51b2f
Octal13020723152140503053357
Binary10110001000011110011001101010110001010001100010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588799; }

 p { color: rgb(88,135,153); }

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

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

 a { background-color: rgb(88,135,153); }

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

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

 span { border-color: rgb(88,135,153); }

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