#597988

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

Shades of Hoki #597988

Tints of Hoki #597988

Color information

#597988 (or 0x597988) is unknown color: approx Hoki. HEX triplet: 59, 79 and 88. RGB value is (89,121,136). Sum of RGB (Red+Green+Blue) = 89+121+136=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #597988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597988 is #A68677. Grayscale: #717171. Windows color (decimal): -10913400 or 8943961. OLE color: 8943961.

HSL color Cylindrical-coordinate representation of color #597988: hue angle of 199.15º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #597988 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB89121136-
CMYK0.350.1100.47
HSL199.15º20.89%44.12%-
HSV(B)199.15º34.56%53.33%-
XYZ15.417.5825.87-
YUV113.14140.9110.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.72%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=25.72%
G=34.97%
B=39.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891211360.350.1100.47199.1520.8944.12
Hex59798823B02Fc7152c
Octal13117121043130573072554
Binary1011001111100110001000100011101101011111100011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597988; }

 p { color: rgb(89,121,136); }

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

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

 a { background-color: rgb(89,121,136); }

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

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

 span { border-color: rgb(89,121,136); }

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