#588A99

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

Shades of Horizon #588A99

Tints of Horizon #588A99

Color information

#588A99 (or 0x588A99) is unknown color: approx Horizon. HEX triplet: 58, 8A and 99. RGB value is (88,138,153). Sum of RGB (Red+Green+Blue) = 88+138+153=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #588A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588A99 is #A77566. Grayscale: #7C7C7C. Windows color (decimal): -10974567 or 10062424. OLE color: 10062424.

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

Color convert

RGB88138153-
CMYK0.420.1000.4
HSL193.85º26.97%47.25%-
HSV(B)193.85º42.48%60%-
XYZ18.8622.5533.5-
YUV124.76143.94101.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=23.22%
G=36.41%
B=40.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881381530.420.1000.4193.8526.9747.25
Hex588A992AA028c21b2f
Octal13021223152120503023357
Binary10110001000101010011001101010101001010001100001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588A99; }

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

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

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

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

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

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

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

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