#598A96

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

Shades of Horizon #598A96

Tints of Horizon #598A96

Color information

#598A96 (or 0x598A96) is unknown color: approx Horizon. HEX triplet: 59, 8A and 96. RGB value is (89,138,150). Sum of RGB (Red+Green+Blue) = 89+138+150=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 150 - color contains mainly: blue. Hex color #598A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598A96 is #A67569. Grayscale: #7C7C7C. Windows color (decimal): -10909034 or 9865817. OLE color: 9865817.

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

Color convert

RGB89138150-
CMYK0.410.0800.41
HSL191.8º25.52%46.86%-
HSV(B)191.8º40.67%58.82%-
XYZ18.7122.532.21-
YUV124.72142.27102.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=23.61%
G=36.60%
B=39.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891381500.410.0800.41191.825.5246.86
Hex598A96298029c01a2f
Octal13121222651100513003257
Binary10110011000101010010110101001100001010011100000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598A96; }

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

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

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

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

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

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

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

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