#597C85

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

Shades of Hoki #597C85

Tints of Hoki #597C85

Color information

#597C85 (or 0x597C85) is unknown color: approx Hoki. HEX triplet: 59, 7C and 85. RGB value is (89,124,133). Sum of RGB (Red+Green+Blue) = 89+124+133=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #597C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597C85 is #A6837A. Grayscale: #727272. Windows color (decimal): -10912635 or 8748121. OLE color: 8748121.

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

Color convert

RGB89124133-
CMYK0.330.0700.48
HSL192.27º19.82%43.53%-
HSV(B)192.27º33.08%52.16%-
XYZ15.5618.2324.89-
YUV114.56138.4109.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.72%
GREEN value IS 124 (48.83% from 255) = 35.84%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=25.72%
G=35.84%
B=38.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891241330.330.0700.48192.2719.8243.53
Hex597C85217030c0142c
Octal1311742054170603002454
Binary101100111111001000010110000111101100001100000010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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