#598697

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

Shades of Horizon #598697

Tints of Horizon #598697

Color information

#598697 (or 0x598697) is unknown color: approx Horizon. HEX triplet: 59, 86 and 97. RGB value is (89,134,151). Sum of RGB (Red+Green+Blue) = 89+134+151=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 151 - color contains mainly: blue. Hex color #598697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598697 is #A67968. Grayscale: #7A7A7A. Windows color (decimal): -10910057 or 9930329. OLE color: 9930329.

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

Color convert

RGB89134151-
CMYK0.410.1100.41
HSL196.45º25.83%47.06%-
HSV(B)196.45º41.06%59.22%-
XYZ18.2321.4132.45-
YUV122.48144.09104.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.80%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 151 (59.38% from 255) = 40.37%
R=23.80%
G=35.83%
B=40.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891341510.410.1100.41196.4525.8347.06
Hex59869729B029c41a2f
Octal13120622751130513043257
Binary10110011000011010010111101001101101010011100010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598697; }

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

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

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

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

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

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

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

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