#598399

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

Shades of Horizon #598399

Tints of Horizon #598399

Color information

#598399 (or 0x598399) is unknown color: approx Horizon. HEX triplet: 59, 83 and 99. RGB value is (89,131,153). Sum of RGB (Red+Green+Blue) = 89+131+153=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #598399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598399 is #A67C66. Grayscale: #787878. Windows color (decimal): -10910823 or 10060633. OLE color: 10060633.

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

Color convert

RGB89131153-
CMYK0.420.1400.4
HSL200.62º26.45%47.45%-
HSV(B)200.62º41.83%60%-
XYZ17.9920.6633.18-
YUV120.95146.09105.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.86%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=23.86%
G=35.12%
B=41.02%

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
Decimal891311530.420.1400.4200.6226.4547.45
Hex5983992AE028c91a2f
Octal13120323152160503113257
Binary10110011000001110011001101010111001010001100100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598399; }

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

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

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

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

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

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

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

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