#596690

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

Shades of Waikawa Grey #596690

Tints of Waikawa Grey #596690

Color information

#596690 (or 0x596690) is unknown color: approx Waikawa Grey. HEX triplet: 59, 66 and 90. RGB value is (89,102,144). Sum of RGB (Red+Green+Blue) = 89+102+144=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #596690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596690 is #A6996F. Grayscale: #666666. Windows color (decimal): -10918256 or 9463385. OLE color: 9463385.

HSL color Cylindrical-coordinate representation of color #596690: hue angle of 225.82º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #596690 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89102144-
CMYK0.380.2900.44
HSL225.82º23.61%45.69%-
HSV(B)225.82º38.19%56.47%-
XYZ13.9113.6428.29-
YUV102.9151.19118.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=26.57%
G=30.45%
B=42.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891021440.380.2900.44225.8223.6145.69
Hex596690261D02Ce2182e
Octal13114622046350543423056
Binary10110011100110100100001001101110101011001110001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596690; }

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

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

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

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

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

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

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

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