#596599

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

Shades of Waikawa Grey #596599

Tints of Waikawa Grey #596599

Color information

#596599 (or 0x596599) is unknown color: approx Waikawa Grey. HEX triplet: 59, 65 and 99. RGB value is (89,101,153). Sum of RGB (Red+Green+Blue) = 89+101+153=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #596599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596599 is #A69A66. Grayscale: #676767. Windows color (decimal): -10918503 or 10052953. OLE color: 10052953.

HSL color Cylindrical-coordinate representation of color #596599: hue angle of 228.75º 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 #596599 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB89101153-
CMYK0.420.3400.4
HSL228.75º26.45%47.45%-
HSV(B)228.75º41.83%60%-
XYZ14.5213.7332.02-
YUV103.34156.02117.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.95%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=25.95%
G=29.45%
B=44.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal891011530.420.3400.4228.7526.4547.45
Hex5965992A22028e51a2f
Octal13114523152420503453257
Binary101100111001011001100110101010001001010001110010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596599; }

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

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

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

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

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

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

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

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