#597D91

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

Shades of Hoki #597D91

Tints of Hoki #597D91

Color information

#597D91 (or 0x597D91) is unknown color: approx Hoki. HEX triplet: 59, 7D and 91. RGB value is (89,125,145). Sum of RGB (Red+Green+Blue) = 89+125+145=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #597D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D91 is #A6826E. Grayscale: #747474. Windows color (decimal): -10912367 or 9534809. OLE color: 9534809.

HSL color Cylindrical-coordinate representation of color #597D91: hue angle of 201.43º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #597D91 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB89125145-
CMYK0.390.1400.43
HSL201.43º23.93%45.88%-
HSV(B)201.43º38.62%56.86%-
XYZ16.5618.8429.55-
YUV116.52144.07108.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 145 (57.03% from 255) = 40.39%
R=24.79%
G=34.82%
B=40.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891251450.390.1400.43201.4323.9345.88
Hex597D9127E02Bc9182e
Octal13117522147160533113056
Binary1011001111110110010001100111111001010111100100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597D91; }

 p { color: rgb(89,125,145); }

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

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

 a { background-color: rgb(89,125,145); }

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

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

 span { border-color: rgb(89,125,145); }

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