#597D88

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

Shades of Hoki #597D88

Tints of Hoki #597D88

Color information

#597D88 (or 0x597D88) is unknown color: approx Hoki. HEX triplet: 59, 7D and 88. RGB value is (89,125,136). Sum of RGB (Red+Green+Blue) = 89+125+136=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #597D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D88 is #A68277. Grayscale: #737373. Windows color (decimal): -10912376 or 8944985. OLE color: 8944985.

HSL color Cylindrical-coordinate representation of color #597D88: hue angle of 194.04º 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 #597D88 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB89125136-
CMYK0.350.0800.47
HSL194.04º20.89%44.12%-
HSV(B)194.04º34.56%53.33%-
XYZ15.918.5726.04-
YUV115.49139.57109.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.43%
GREEN value IS 125 (49.22% from 255) = 35.71%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=25.43%
G=35.71%
B=38.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891251360.350.0800.47194.0420.8944.12
Hex597D8823802Fc2152c
Octal13117521043100573022554
Binary1011001111110110001000100011100001011111100001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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