#597E90

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

Shades of Hoki #597E90

Tints of Hoki #597E90

Color information

#597E90 (or 0x597E90) is unknown color: approx Hoki. HEX triplet: 59, 7E and 90. RGB value is (89,126,144). Sum of RGB (Red+Green+Blue) = 89+126+144=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #597E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597E90 is #A6816F. Grayscale: #747474. Windows color (decimal): -10912112 or 9469529. OLE color: 9469529.

HSL color Cylindrical-coordinate representation of color #597E90: hue angle of 199.64º 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 #597E90 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89126144-
CMYK0.380.1200.44
HSL199.64º23.61%45.69%-
HSV(B)199.64º38.19%56.47%-
XYZ16.6119.0629.19-
YUV116.99143.24108.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 126 (49.61% from 255) = 35.10%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=24.79%
G=35.10%
B=40.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891261440.380.1200.44199.6423.6145.69
Hex597E9026C02Cc8182e
Octal13117622046140543103056
Binary1011001111111010010000100110110001011001100100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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