#596689

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

Shades of Waikawa Grey #596689

Tints of Waikawa Grey #596689

Color information

#596689 (or 0x596689) is unknown color: approx Waikawa Grey. HEX triplet: 59, 66 and 89. RGB value is (89,102,137). Sum of RGB (Red+Green+Blue) = 89+102+137=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #596689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596689 is #A69976. Grayscale: #656565. Windows color (decimal): -10918263 or 9004633. OLE color: 9004633.

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

Color convert

RGB89102137-
CMYK0.350.2600.46
HSL223.75º21.24%44.31%-
HSV(B)223.75º35.04%53.73%-
XYZ13.3913.4325.55-
YUV102.1147.69118.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.13%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 137 (53.91% from 255) = 41.77%
R=27.13%
G=31.10%
B=41.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal891021370.350.2600.46223.7521.2444.31
Hex596689231A02Ee0152c
Octal13114621143320563402554
Binary10110011100110100010011000111101001011101110000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596689; }

 p { color: rgb(89,102,137); }

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

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

 a { background-color: rgb(89,102,137); }

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

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

 span { border-color: rgb(89,102,137); }

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