#588399

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

Shades of Horizon #588399

Tints of Horizon #588399

Color information

#588399 (or 0x588399) is unknown color: approx Horizon. HEX triplet: 58, 83 and 99. RGB value is (88,131,153). Sum of RGB (Red+Green+Blue) = 88+131+153=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #588399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588399 is #A77C66. Grayscale: #787878. Windows color (decimal): -10976359 or 10060632. OLE color: 10060632.

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

Color convert

RGB88131153-
CMYK0.420.1400.4
HSL200.31º26.97%47.25%-
HSV(B)200.31º42.48%60%-
XYZ17.8920.6133.17-
YUV120.65146.25104.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.66%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=23.66%
G=35.22%
B=41.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881311530.420.1400.4200.3126.9747.25
Hex5883992AE028c81b2f
Octal13020323152160503103357
Binary10110001000001110011001101010111001010001100100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588399; }

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

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

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

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

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

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

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

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