#597F8E

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

Shades of Hoki #597F8E

Tints of Hoki #597F8E

Color information

#597F8E (or 0x597F8E) is unknown color: approx Hoki. HEX triplet: 59, 7F and 8E. RGB value is (89,127,142). Sum of RGB (Red+Green+Blue) = 89+127+142=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #597F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F8E is #A68071. Grayscale: #757575. Windows color (decimal): -10911858 or 9338713. OLE color: 9338713.

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

Color convert

RGB89127142-
CMYK0.370.1100.44
HSL196.98º22.94%45.29%-
HSV(B)196.98º37.32%55.69%-
XYZ16.5919.2628.43-
YUV117.35141.91107.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 127 (50% from 255) = 35.47%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=24.86%
G=35.47%
B=39.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891271420.370.1100.44196.9822.9445.29
Hex597F8E25B02Cc5172d
Octal13117721645130543052755
Binary1011001111111110001110100101101101011001100010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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