#597F84

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

Shades of Hoki #597F84

Tints of Hoki #597F84

Color information

#597F84 (or 0x597F84) is unknown color: approx Hoki. HEX triplet: 59, 7F and 84. RGB value is (89,127,132). Sum of RGB (Red+Green+Blue) = 89+127+132=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: blue. Hex color #597F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F84 is #A6807B. Grayscale: #747474. Windows color (decimal): -10911868 or 8683353. OLE color: 8683353.

HSL color Cylindrical-coordinate representation of color #597F84: hue angle of 186.98º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #597F84 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB89127132-
CMYK0.330.0400.48
HSL186.98º19.46%43.33%-
HSV(B)186.98º32.58%51.76%-
XYZ15.8718.9724.65-
YUV116.21136.91108.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.57%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=25.57%
G=36.49%
B=37.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891271320.330.0400.48186.9819.4643.33
Hex597F84214030bb132b
Octal1311772044140602732353
Binary101100111111111000010010000110001100001011101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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