#596072

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

Shades of Chambray #596072

Tints of Chambray #596072

Color information

#596072 (or 0x596072) is unknown color: approx Chambray. HEX triplet: 59, 60 and 72. RGB value is (89,96,114). Sum of RGB (Red+Green+Blue) = 89+96+114=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #596072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596072 is #A69F8D. Grayscale: #5F5F5F. Windows color (decimal): -10919822 or 7495769. OLE color: 7495769.

HSL color Cylindrical-coordinate representation of color #596072: hue angle of 223.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #596072 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8996114-
CMYK0.220.1600.55
HSL223.2º12.32%39.8%-
HSV(B)223.2º21.93%44.71%-
XYZ11.3411.717.58-
YUV95.96138.18123.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.77%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=29.77%
G=32.11%
B=38.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89961140.220.1600.55223.212.3239.8
Hex5960721610037dfc28
Octal13114016226200673371450
Binary10110011100000111001010110100000110111110111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596072; }

 p { color: rgb(89,96,114); }

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

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

 a { background-color: rgb(89,96,114); }

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

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

 span { border-color: rgb(89,96,114); }

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