#597D8E

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

Shades of Hoki #597D8E

Tints of Hoki #597D8E

Color information

#597D8E (or 0x597D8E) is unknown color: approx Hoki. HEX triplet: 59, 7D and 8E. RGB value is (89,125,142). Sum of RGB (Red+Green+Blue) = 89+125+142=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #597D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D8E is #A68271. Grayscale: #747474. Windows color (decimal): -10912370 or 9338201. OLE color: 9338201.

HSL color Cylindrical-coordinate representation of color #597D8E: hue angle of 199.25º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #597D8E is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89125142-
CMYK0.370.1200.44
HSL199.25º22.94%45.29%-
HSV(B)199.25º37.32%55.69%-
XYZ16.3418.7428.35-
YUV116.17142.57108.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25%
GREEN value IS 125 (49.22% from 255) = 35.11%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=25%
G=35.11%
B=39.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891251420.370.1200.44199.2522.9445.29
Hex597D8E25C02Cc7172d
Octal13117521645140543072755
Binary1011001111110110001110100101110001011001100011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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