#596999

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

Shades of Waikawa Grey #596999

Tints of Waikawa Grey #596999

Color information

#596999 (or 0x596999) is unknown color: approx Waikawa Grey. HEX triplet: 59, 69 and 99. RGB value is (89,105,153). Sum of RGB (Red+Green+Blue) = 89+105+153=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #596999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596999 is #A69666. Grayscale: #696969. Windows color (decimal): -10917479 or 10053977. OLE color: 10053977.

HSL color Cylindrical-coordinate representation of color #596999: hue angle of 225º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #596999 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB89105153-
CMYK0.420.3100.4
HSL225º26.45%47.45%-
HSV(B)225º41.83%60%-
XYZ14.9214.5332.15-
YUV105.69154.7116.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=25.65%
G=30.26%
B=44.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal891051530.420.3100.422526.4547.45
Hex5969992A1F028e11a2f
Octal13115123152370503413257
Binary10110011101001100110011010101111101010001110000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596999; }

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

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

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

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

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

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

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

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