#597D90

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

Shades of Hoki #597D90

Tints of Hoki #597D90

Color information

#597D90 (or 0x597D90) is unknown color: approx Hoki. HEX triplet: 59, 7D and 90. RGB value is (89,125,144). Sum of RGB (Red+Green+Blue) = 89+125+144=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #597D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D90 is #A6826F. Grayscale: #747474. Windows color (decimal): -10912368 or 9469273. OLE color: 9469273.

HSL color Cylindrical-coordinate representation of color #597D90: hue angle of 200.73º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #597D90 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89125144-
CMYK0.380.1300.44
HSL200.73º23.61%45.69%-
HSV(B)200.73º38.19%56.47%-
XYZ16.4918.829.15-
YUV116.4143.57108.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=24.86%
G=34.92%
B=40.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891251440.380.1300.44200.7323.6145.69
Hex597D9026D02Cc9182e
Octal13117522046150543113056
Binary1011001111110110010000100110110101011001100100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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