#597E89

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

Shades of Hoki #597E89

Tints of Hoki #597E89

Color information

#597E89 (or 0x597E89) is unknown color: approx Hoki. HEX triplet: 59, 7E and 89. RGB value is (89,126,137). Sum of RGB (Red+Green+Blue) = 89+126+137=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #597E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597E89 is #A68176. Grayscale: #747474. Windows color (decimal): -10912119 or 9010777. OLE color: 9010777.

HSL color Cylindrical-coordinate representation of color #597E89: hue angle of 193.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #597E89 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB89126137-
CMYK0.350.0800.46
HSL193.75º21.24%44.31%-
HSV(B)193.75º35.04%53.73%-
XYZ16.118.8526.46-
YUV116.19139.74108.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=25.28%
G=35.80%
B=38.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal891261370.350.0800.46193.7521.2444.31
Hex597E8923802Ec2152c
Octal13117621143100563022554
Binary1011001111111010001001100011100001011101100001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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