#597B8A

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

Shades of Hoki #597B8A

Tints of Hoki #597B8A

Color information

#597B8A (or 0x597B8A) is unknown color: approx Hoki. HEX triplet: 59, 7B and 8A. RGB value is (89,123,138). Sum of RGB (Red+Green+Blue) = 89+123+138=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #597B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597B8A is #A68475. Grayscale: #727272. Windows color (decimal): -10912886 or 9075545. OLE color: 9075545.

HSL color Cylindrical-coordinate representation of color #597B8A: hue angle of 198.37º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #597B8A is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB89123138-
CMYK0.360.1100.46
HSL198.37º21.59%44.51%-
HSV(B)198.37º35.51%54.12%-
XYZ15.7918.1226.71-
YUV114.54141.24109.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.43%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 138 (54.30% from 255) = 39.43%
R=25.43%
G=35.14%
B=39.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal891231380.360.1100.46198.3721.5944.51
Hex597B8A24B02Ec6162d
Octal13117321244130563062655
Binary1011001111101110001010100100101101011101100011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,123,138); }

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

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

 a { background-color: rgb(89,123,138); }

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

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

 span { border-color: rgb(89,123,138); }

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