#597F88

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

Shades of Hoki #597F88

Tints of Hoki #597F88

Color information

#597F88 (or 0x597F88) is unknown color: approx Hoki. HEX triplet: 59, 7F and 88. RGB value is (89,127,136). Sum of RGB (Red+Green+Blue) = 89+127+136=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #597F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F88 is #A68077. Grayscale: #747474. Windows color (decimal): -10911864 or 8945497. OLE color: 8945497.

HSL color Cylindrical-coordinate representation of color #597F88: hue angle of 191.49º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #597F88 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB89127136-
CMYK0.350.0700.47
HSL191.49º20.89%44.12%-
HSV(B)191.49º34.56%53.33%-
XYZ16.1519.0826.12-
YUV116.66138.91108.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 136 (53.52% from 255) = 38.64%
R=25.28%
G=36.08%
B=38.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891271360.350.0700.47191.4920.8944.12
Hex597F8823702Fbf152c
Octal1311772104370572772554
Binary101100111111111000100010001111101011111011111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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