#597986

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

Shades of Hoki #597986

Tints of Hoki #597986

Color information

#597986 (or 0x597986) is unknown color: approx Hoki. HEX triplet: 59, 79 and 86. RGB value is (89,121,134). Sum of RGB (Red+Green+Blue) = 89+121+134=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #597986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597986 is #A68679. Grayscale: #707070. Windows color (decimal): -10913402 or 8812889. OLE color: 8812889.

HSL color Cylindrical-coordinate representation of color #597986: hue angle of 197.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #597986 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB89121134-
CMYK0.340.1000.47
HSL197.33º20.18%43.73%-
HSV(B)197.33º33.58%52.55%-
XYZ15.2617.5225.13-
YUV112.91139.9110.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.87%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=25.87%
G=35.17%
B=38.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891211340.340.1000.47197.3320.1843.73
Hex59798622A02Fc5142c
Octal13117120642120573052454
Binary1011001111100110000110100010101001011111100010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597986; }

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

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

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

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

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

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

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

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