#596695

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

Shades of Waikawa Grey #596695

Tints of Waikawa Grey #596695

Color information

#596695 (or 0x596695) is unknown color: approx Waikawa Grey. HEX triplet: 59, 66 and 95. RGB value is (89,102,149). Sum of RGB (Red+Green+Blue) = 89+102+149=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #596695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596695 is #A6996A. Grayscale: #676767. Windows color (decimal): -10918251 or 9791065. OLE color: 9791065.

HSL color Cylindrical-coordinate representation of color #596695: hue angle of 227º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #596695 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89102149-
CMYK0.400.3200.42
HSL227º25.21%46.67%-
HSV(B)227º40.27%58.43%-
XYZ14.313.830.34-
YUV103.47153.69117.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.18%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 149 (58.59% from 255) = 43.82%
R=26.18%
G=30%
B=43.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891021490.400.3200.4222725.2146.67
Hex596695282002Ae3192f
Octal13114622550400523433157
Binary101100111001101001010110100010000001010101110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596695; }

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

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

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

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

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

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

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

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