#597A8E

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

Shades of Hoki #597A8E

Tints of Hoki #597A8E

Color information

#597A8E (or 0x597A8E) is unknown color: approx Hoki. HEX triplet: 59, 7A and 8E. RGB value is (89,122,142). Sum of RGB (Red+Green+Blue) = 89+122+142=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #597A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597A8E is #A68571. Grayscale: #727272. Windows color (decimal): -10913138 or 9337433. OLE color: 9337433.

HSL color Cylindrical-coordinate representation of color #597A8E: hue angle of 202.64º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #597A8E is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89122142-
CMYK0.370.1400.44
HSL202.64º22.94%45.29%-
HSV(B)202.64º37.32%55.69%-
XYZ15.961828.22-
YUV114.41143.57109.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.21%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=25.21%
G=34.56%
B=40.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891221420.370.1400.44202.6422.9445.29
Hex597A8E25E02Ccb172d
Octal13117221645160543132755
Binary1011001111101010001110100101111001011001100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,122,142); }

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

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

 a { background-color: rgb(89,122,142); }

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

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

 span { border-color: rgb(89,122,142); }

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