#597F8F

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

Shades of Hoki #597F8F

Tints of Hoki #597F8F

Color information

#597F8F (or 0x597F8F) is unknown color: approx Hoki. HEX triplet: 59, 7F and 8F. RGB value is (89,127,143). Sum of RGB (Red+Green+Blue) = 89+127+143=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 143 - color contains mainly: blue. Hex color #597F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F8F is #A68070. Grayscale: #757575. Windows color (decimal): -10911857 or 9404249. OLE color: 9404249.

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

Color convert

RGB89127143-
CMYK0.380.1100.44
HSL197.78º23.28%45.49%-
HSV(B)197.78º37.76%56.08%-
XYZ16.6719.2928.83-
YUV117.46142.41107.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 143 (56.25% from 255) = 39.83%
R=24.79%
G=35.38%
B=39.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891271430.380.1100.44197.7823.2845.49
Hex597F8F26B02Cc6172d
Octal13117721746130543062755
Binary1011001111111110001111100110101101011001100011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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