#588899

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

Shades of Horizon #588899

Tints of Horizon #588899

Color information

#588899 (or 0x588899) is unknown color: approx Horizon. HEX triplet: 58, 88 and 99. RGB value is (88,136,153). Sum of RGB (Red+Green+Blue) = 88+136+153=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #588899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588899 is #A77766. Grayscale: #7B7B7B. Windows color (decimal): -10975079 or 10061912. OLE color: 10061912.

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

Color convert

RGB88136153-
CMYK0.420.1100.4
HSL195.69º26.97%47.25%-
HSV(B)195.69º42.48%60%-
XYZ18.5821.9833.4-
YUV123.59144.6102.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=23.34%
G=36.07%
B=40.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881361530.420.1100.4195.6926.9747.25
Hex5888992AB028c41b2f
Octal13021023152130503043357
Binary10110001000100010011001101010101101010001100010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588899; }

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

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

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

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

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

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

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

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