#597F90

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

Shades of Hoki #597F90

Tints of Hoki #597F90

Color information

#597F90 (or 0x597F90) is unknown color: approx Hoki. HEX triplet: 59, 7F and 90. RGB value is (89,127,144). Sum of RGB (Red+Green+Blue) = 89+127+144=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #597F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F90 is #A6806F. Grayscale: #757575. Windows color (decimal): -10911856 or 9469785. OLE color: 9469785.

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

Color convert

RGB89127144-
CMYK0.380.1200.44
HSL198.55º23.61%45.69%-
HSV(B)198.55º38.19%56.47%-
XYZ16.7419.3229.23-
YUV117.58142.91107.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 144 (56.64% from 255) = 40%
R=24.72%
G=35.28%
B=40%

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
Decimal891271440.380.1200.44198.5523.6145.69
Hex597F9026C02Cc7182e
Octal13117722046140543073056
Binary1011001111111110010000100110110001011001100011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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