#597E85

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

Shades of Hoki #597E85

Tints of Hoki #597E85

Color information

#597E85 (or 0x597E85) is unknown color: approx Hoki. HEX triplet: 59, 7E and 85. RGB value is (89,126,133). Sum of RGB (Red+Green+Blue) = 89+126+133=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #597E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597E85 is #A6817A. Grayscale: #737373. Windows color (decimal): -10912123 or 8748633. OLE color: 8748633.

HSL color Cylindrical-coordinate representation of color #597E85: hue angle of 189.55º 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 #597E85 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB89126133-
CMYK0.330.0500.48
HSL189.55º19.82%43.53%-
HSV(B)189.55º33.08%52.16%-
XYZ15.8118.7424.97-
YUV115.74137.74108.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.57%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=25.57%
G=36.21%
B=38.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891261330.330.0500.48189.5519.8243.53
Hex597E85215030be142c
Octal1311762054150602762454
Binary101100111111101000010110000110101100001011111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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