#596492

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

Shades of Waikawa Grey #596492

Tints of Waikawa Grey #596492

Color information

#596492 (or 0x596492) is unknown color: approx Waikawa Grey. HEX triplet: 59, 64 and 92. RGB value is (89,100,146). Sum of RGB (Red+Green+Blue) = 89+100+146=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #596492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596492 is #A69B6D. Grayscale: #656565. Windows color (decimal): -10918766 or 9593945. OLE color: 9593945.

HSL color Cylindrical-coordinate representation of color #596492: hue angle of 228.42º 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 #596492 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB89100146-
CMYK0.390.3200.43
HSL228.42º24.26%46.08%-
HSV(B)228.42º39.04%57.25%-
XYZ13.8713.3129.03-
YUV101.96152.86118.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=26.57%
G=29.85%
B=43.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891001460.390.3200.43228.4224.2646.08
Hex596492272002Be4182e
Octal13114422247400533443056
Binary101100111001001001001010011110000001010111110010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596492; }

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

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

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

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

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

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

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

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