#597C8E

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

Shades of Hoki #597C8E

Tints of Hoki #597C8E

Color information

#597C8E (or 0x597C8E) is unknown color: approx Hoki. HEX triplet: 59, 7C and 8E. RGB value is (89,124,142). Sum of RGB (Red+Green+Blue) = 89+124+142=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #597C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597C8E is #A68371. Grayscale: #737373. Windows color (decimal): -10912626 or 9337945. OLE color: 9337945.

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

Color convert

RGB89124142-
CMYK0.370.1300.44
HSL200.38º22.94%45.29%-
HSV(B)200.38º37.32%55.69%-
XYZ16.2118.4928.31-
YUV115.59142.9109.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.07%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 142 (55.86% from 255) = 40%
R=25.07%
G=34.93%
B=40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891241420.370.1300.44200.3822.9445.29
Hex597C8E25D02Cc8172d
Octal13117421645150543102755
Binary1011001111110010001110100101110101011001100100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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