#597E91

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

Shades of Hoki #597E91

Tints of Hoki #597E91

Color information

#597E91 (or 0x597E91) is unknown color: approx Hoki. HEX triplet: 59, 7E and 91. RGB value is (89,126,145). Sum of RGB (Red+Green+Blue) = 89+126+145=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #597E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597E91 is #A6816E. Grayscale: #747474. Windows color (decimal): -10912111 or 9535065. OLE color: 9535065.

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

Color convert

RGB89126145-
CMYK0.390.1300.43
HSL200.36º23.93%45.88%-
HSV(B)200.36º38.62%56.86%-
XYZ16.6919.0929.59-
YUV117.1143.74107.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 126 (49.61% from 255) = 35%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=24.72%
G=35%
B=40.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891261450.390.1300.43200.3623.9345.88
Hex597E9127D02Bc8182e
Octal13117622147150533103056
Binary1011001111111010010001100111110101010111100100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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