#596A93

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

Shades of Waikawa Grey #596A93

Tints of Waikawa Grey #596A93

Color information

#596A93 (or 0x596A93) is unknown color: approx Waikawa Grey. HEX triplet: 59, 6A and 93. RGB value is (89,106,147). Sum of RGB (Red+Green+Blue) = 89+106+147=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #596A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596A93 is #A6956C. Grayscale: #696969. Windows color (decimal): -10917229 or 9661017. OLE color: 9661017.

HSL color Cylindrical-coordinate representation of color #596A93: hue angle of 222.41º 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 #596A93 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89106147-
CMYK0.390.2800.42
HSL222.41º24.58%46.27%-
HSV(B)222.41º39.46%57.65%-
XYZ14.5414.5429.64-
YUV105.59151.37116.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 147 (57.81% from 255) = 42.98%
R=26.02%
G=30.99%
B=42.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891061470.390.2800.42222.4124.5846.27
Hex596A93271C02Ade192e
Octal13115222347340523363156
Binary10110011101010100100111001111110001010101101111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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