#598597

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

Shades of Horizon #598597

Tints of Horizon #598597

Color information

#598597 (or 0x598597) is unknown color: approx Horizon. HEX triplet: 59, 85 and 97. RGB value is (89,133,151). Sum of RGB (Red+Green+Blue) = 89+133+151=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 151 - color contains mainly: blue. Hex color #598597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598597 is #A67A68. Grayscale: #797979. Windows color (decimal): -10910313 or 9930073. OLE color: 9930073.

HSL color Cylindrical-coordinate representation of color #598597: hue angle of 197.42º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #598597 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB89133151-
CMYK0.410.1200.41
HSL197.42º25.83%47.06%-
HSV(B)197.42º41.06%59.22%-
XYZ18.0921.1332.4-
YUV121.9144.42104.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.86%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 151 (59.38% from 255) = 40.48%
R=23.86%
G=35.66%
B=40.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891331510.410.1200.41197.4225.8347.06
Hex59859729C029c51a2f
Octal13120522751140513053257
Binary10110011000010110010111101001110001010011100010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598597; }

 p { color: rgb(89,133,151); }

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

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

 a { background-color: rgb(89,133,151); }

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

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

 span { border-color: rgb(89,133,151); }

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