#596C93

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

Shades of Waikawa Grey #596C93

Tints of Waikawa Grey #596C93

Color information

#596C93 (or 0x596C93) is unknown color: approx Waikawa Grey. HEX triplet: 59, 6C and 93. RGB value is (89,108,147). Sum of RGB (Red+Green+Blue) = 89+108+147=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #596C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C93 is #A6936C. Grayscale: #6A6A6A. Windows color (decimal): -10916717 or 9661529. OLE color: 9661529.

HSL color Cylindrical-coordinate representation of color #596C93: hue angle of 220.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #596C93 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89108147-
CMYK0.390.2700.42
HSL220.34º24.58%46.27%-
HSV(B)220.34º39.46%57.65%-
XYZ14.7514.9629.71-
YUV106.76150.71115.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.87%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=25.87%
G=31.40%
B=42.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891081470.390.2700.42220.3424.5846.27
Hex596C93271B02Adc192e
Octal13115422347330523343156
Binary10110011101100100100111001111101101010101101110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,108,147); }

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

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

 a { background-color: rgb(89,108,147); }

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

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

 span { border-color: rgb(89,108,147); }

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