#598499

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

Shades of Horizon #598499

Tints of Horizon #598499

Color information

#598499 (or 0x598499) is unknown color: approx Horizon. HEX triplet: 59, 84 and 99. RGB value is (89,132,153). Sum of RGB (Red+Green+Blue) = 89+132+153=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #598499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598499 is #A67B66. Grayscale: #797979. Windows color (decimal): -10910567 or 10060889. OLE color: 10060889.

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

Color convert

RGB89132153-
CMYK0.420.1400.4
HSL199.69º26.45%47.45%-
HSV(B)199.69º41.83%60%-
XYZ18.1220.9333.22-
YUV121.54145.75104.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.80%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 153 (60.16% from 255) = 40.91%
R=23.80%
G=35.29%
B=40.91%

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
Decimal891321530.420.1400.4199.6926.4547.45
Hex5984992AE028c81a2f
Octal13120423152160503103257
Binary10110011000010010011001101010111001010001100100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598499; }

 p { color: rgb(89,132,153); }

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

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

 a { background-color: rgb(89,132,153); }

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

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

 span { border-color: rgb(89,132,153); }

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