#596D90

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

Shades of Waikawa Grey #596D90

Tints of Waikawa Grey #596D90

Color information

#596D90 (or 0x596D90) is unknown color: approx Waikawa Grey. HEX triplet: 59, 6D and 90. RGB value is (89,109,144). Sum of RGB (Red+Green+Blue) = 89+109+144=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #596D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596D90 is #A6926F. Grayscale: #6A6A6A. Windows color (decimal): -10916464 or 9465177. OLE color: 9465177.

HSL color Cylindrical-coordinate representation of color #596D90: hue angle of 218.18º 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 #596D90 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89109144-
CMYK0.380.2400.44
HSL218.18º23.61%45.69%-
HSV(B)218.18º38.19%56.47%-
XYZ14.6215.0728.52-
YUV107.01148.87115.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=26.02%
G=31.87%
B=42.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891091440.380.2400.44218.1823.6145.69
Hex596D90261802Cda182e
Octal13115522046300543323056
Binary10110011101101100100001001101100001011001101101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596D90; }

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

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

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

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

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

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

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

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