#596991

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

Shades of Waikawa Grey #596991

Tints of Waikawa Grey #596991

Color information

#596991 (or 0x596991) is unknown color: approx Waikawa Grey. HEX triplet: 59, 69 and 91. RGB value is (89,105,145). Sum of RGB (Red+Green+Blue) = 89+105+145=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #596991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596991 is #A6966E. Grayscale: #686868. Windows color (decimal): -10917487 or 9529689. OLE color: 9529689.

HSL color Cylindrical-coordinate representation of color #596991: hue angle of 222.86º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #596991 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB89105145-
CMYK0.390.2800.43
HSL222.86º23.93%45.88%-
HSV(B)222.86º38.62%56.86%-
XYZ14.2814.2728.79-
YUV104.78150.7116.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 145 (57.03% from 255) = 42.77%
R=26.25%
G=30.97%
B=42.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891051450.390.2800.43222.8623.9345.88
Hex596991271C02Bdf182e
Octal13115122147340533373056
Binary10110011101001100100011001111110001010111101111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596991; }

 p { color: rgb(89,105,145); }

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

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

 a { background-color: rgb(89,105,145); }

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

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

 span { border-color: rgb(89,105,145); }

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