#596075

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

Shades of Chambray #596075

Tints of Chambray #596075

Color information

#596075 (or 0x596075) is unknown color: approx Chambray. HEX triplet: 59, 60 and 75. RGB value is (89,96,117). Sum of RGB (Red+Green+Blue) = 89+96+117=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #596075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596075 is #A69F8A. Grayscale: #606060. Windows color (decimal): -10919819 or 7692377. OLE color: 7692377.

HSL color Cylindrical-coordinate representation of color #596075: hue angle of 225º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #596075 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8996117-
CMYK0.240.1800.54
HSL225º13.59%40.39%-
HSV(B)225º23.93%45.88%-
XYZ11.5111.7718.5-
YUV96.3139.68122.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.47%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=29.47%
G=31.79%
B=38.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89961170.240.1800.5422513.5940.39
Hex5960751812036e1e28
Octal13114016530220663411650
Binary10110011100000111010111000100100110110111000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596075; }

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

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

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

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

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

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

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

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