#596379

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

Shades of Chambray #596379

Tints of Chambray #596379

Color information

#596379 (or 0x596379) is unknown color: approx Chambray. HEX triplet: 59, 63 and 79. RGB value is (89,99,121). Sum of RGB (Red+Green+Blue) = 89+99+121=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #596379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596379 is #A69C86. Grayscale: #626262. Windows color (decimal): -10919047 or 7955289. OLE color: 7955289.

HSL color Cylindrical-coordinate representation of color #596379: hue angle of 221.25º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #596379 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8999121-
CMYK0.260.1800.53
HSL221.25º15.24%41.18%-
HSV(B)221.25º26.45%47.45%-
XYZ12.0312.4319.85-
YUV98.52140.69121.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.80%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=28.80%
G=32.04%
B=39.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89991210.260.1800.53221.2515.2441.18
Hex5963791A12035ddf29
Octal13114317132220653351751
Binary10110011100011111100111010100100110101110111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596379; }

 p { color: rgb(89,99,121); }

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

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

 a { background-color: rgb(89,99,121); }

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

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

 span { border-color: rgb(89,99,121); }

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