#588299

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

Shades of Horizon #588299

Tints of Horizon #588299

Color information

#588299 (or 0x588299) is unknown color: approx Horizon. HEX triplet: 58, 82 and 99. RGB value is (88,130,153). Sum of RGB (Red+Green+Blue) = 88+130+153=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #588299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588299 is #A77D66. Grayscale: #777777. Windows color (decimal): -10976615 or 10060376. OLE color: 10060376.

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

Color convert

RGB88130153-
CMYK0.420.1500.4
HSL201.23º26.97%47.25%-
HSV(B)201.23º42.48%60%-
XYZ17.7620.3433.13-
YUV120.06146.59105.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=23.72%
G=35.04%
B=41.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881301530.420.1500.4201.2326.9747.25
Hex5882992AF028c91b2f
Octal13020223152170503113357
Binary10110001000001010011001101010111101010001100100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588299; }

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

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

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

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

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

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

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

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