#598496

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

Shades of Horizon #598496

Tints of Horizon #598496

Color information

#598496 (or 0x598496) is unknown color: approx Horizon. HEX triplet: 59, 84 and 96. RGB value is (89,132,150). Sum of RGB (Red+Green+Blue) = 89+132+150=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #598496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598496 is #A67B69. Grayscale: #797979. Windows color (decimal): -10910570 or 9864281. OLE color: 9864281.

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

Color convert

RGB89132150-
CMYK0.410.1200.41
HSL197.7º25.52%46.86%-
HSV(B)197.7º40.67%58.82%-
XYZ17.8820.8331.93-
YUV121.2144.25105.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.99%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=23.99%
G=35.58%
B=40.43%

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
Decimal891321500.410.1200.41197.725.5246.86
Hex59849629C029c61a2f
Octal13120422651140513063257
Binary10110011000010010010110101001110001010011100011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598496; }

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

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

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

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

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

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

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

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