#598396

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

Shades of Horizon #598396

Tints of Horizon #598396

Color information

#598396 (or 0x598396) is unknown color: approx Horizon. HEX triplet: 59, 83 and 96. RGB value is (89,131,150). Sum of RGB (Red+Green+Blue) = 89+131+150=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #598396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598396 is #A67C69. Grayscale: #787878. Windows color (decimal): -10910826 or 9864025. OLE color: 9864025.

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

Color convert

RGB89131150-
CMYK0.410.1300.41
HSL198.69º25.52%46.86%-
HSV(B)198.69º40.67%58.82%-
XYZ17.7420.5631.89-
YUV120.61144.59105.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.05%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=24.05%
G=35.41%
B=40.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891311500.410.1300.41198.6925.5246.86
Hex59839629D029c71a2f
Octal13120322651150513073257
Binary10110011000001110010110101001110101010011100011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598396; }

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

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

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

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

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

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

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

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