#596891

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

Shades of Waikawa Grey #596891

Tints of Waikawa Grey #596891

Color information

#596891 (or 0x596891) is unknown color: approx Waikawa Grey. HEX triplet: 59, 68 and 91. RGB value is (89,104,145). Sum of RGB (Red+Green+Blue) = 89+104+145=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #596891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596891 is #A6976E. Grayscale: #686868. Windows color (decimal): -10917743 or 9529433. OLE color: 9529433.

HSL color Cylindrical-coordinate representation of color #596891: hue angle of 223.93º 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 #596891 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB89104145-
CMYK0.390.2800.43
HSL223.93º23.93%45.88%-
HSV(B)223.93º38.62%56.86%-
XYZ14.1814.0728.76-
YUV104.19151.03117.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.33%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 145 (57.03% from 255) = 42.90%
R=26.33%
G=30.77%
B=42.90%

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
Decimal891041450.390.2800.43223.9323.9345.88
Hex596891271C02Be0182e
Octal13115022147340533403056
Binary10110011101000100100011001111110001010111110000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596891; }

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

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

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

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

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

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

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

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