#596A92

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

Shades of Waikawa Grey #596A92

Tints of Waikawa Grey #596A92

Color information

#596A92 (or 0x596A92) is unknown color: approx Waikawa Grey. HEX triplet: 59, 6A and 92. RGB value is (89,106,146). Sum of RGB (Red+Green+Blue) = 89+106+146=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #596A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596A92 is #A6956D. Grayscale: #696969. Windows color (decimal): -10917230 or 9595481. OLE color: 9595481.

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

Color convert

RGB89106146-
CMYK0.390.2700.43
HSL222.11º24.26%46.08%-
HSV(B)222.11º39.04%57.25%-
XYZ14.4614.5129.23-
YUV105.48150.87116.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=26.10%
G=31.09%
B=42.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891061460.390.2700.43222.1124.2646.08
Hex596A92271B02Bde182e
Octal13115222247330533363056
Binary10110011101010100100101001111101101010111101111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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