#598096

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

Shades of Horizon #598096

Tints of Horizon #598096

Color information

#598096 (or 0x598096) is unknown color: approx Horizon. HEX triplet: 59, 80 and 96. RGB value is (89,128,150). Sum of RGB (Red+Green+Blue) = 89+128+150=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #598096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598096 is #A67F69. Grayscale: #767676. Windows color (decimal): -10911594 or 9863257. OLE color: 9863257.

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

Color convert

RGB89128150-
CMYK0.410.1500.41
HSL201.64º25.52%46.86%-
HSV(B)201.64º40.67%58.82%-
XYZ17.3419.7631.75-
YUV118.85145.58106.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.25%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 150 (58.98% from 255) = 40.87%
R=24.25%
G=34.88%
B=40.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891281500.410.1500.41201.6425.5246.86
Hex59809629F029ca1a2f
Octal13120022651170513123257
Binary10110011000000010010110101001111101010011100101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598096; }

 p { color: rgb(89,128,150); }

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

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

 a { background-color: rgb(89,128,150); }

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

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

 span { border-color: rgb(89,128,150); }

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