#596491

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

Shades of Waikawa Grey #596491

Tints of Waikawa Grey #596491

Color information

#596491 (or 0x596491) is unknown color: approx Waikawa Grey. HEX triplet: 59, 64 and 91. RGB value is (89,100,145). Sum of RGB (Red+Green+Blue) = 89+100+145=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #596491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596491 is #A69B6E. Grayscale: #656565. Windows color (decimal): -10918767 or 9528409. OLE color: 9528409.

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

Color convert

RGB89100145-
CMYK0.390.3100.43
HSL228.21º23.93%45.88%-
HSV(B)228.21º38.62%56.86%-
XYZ13.7913.2828.63-
YUV101.84152.36118.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.65%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=26.65%
G=29.94%
B=43.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891001450.390.3100.43228.2123.9345.88
Hex596491271F02Be4182e
Octal13114422147370533443056
Binary10110011100100100100011001111111101010111110010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596491; }

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

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

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

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

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

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

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

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