#597F8A

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

Shades of Hoki #597F8A

Tints of Hoki #597F8A

Color information

#597F8A (or 0x597F8A) is unknown color: approx Hoki. HEX triplet: 59, 7F and 8A. RGB value is (89,127,138). Sum of RGB (Red+Green+Blue) = 89+127+138=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #597F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F8A is #A68075. Grayscale: #747474. Windows color (decimal): -10911862 or 9076569. OLE color: 9076569.

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

Color convert

RGB89127138-
CMYK0.360.0800.46
HSL193.47º21.59%44.51%-
HSV(B)193.47º35.51%54.12%-
XYZ16.319.1426.88-
YUV116.89139.91108.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.14%
GREEN value IS 127 (50% from 255) = 35.88%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=25.14%
G=35.88%
B=38.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal891271380.360.0800.46193.4721.5944.51
Hex597F8A24802Ec1162d
Octal13117721244100563012655
Binary1011001111111110001010100100100001011101100000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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