#596175

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

Shades of Chambray #596175

Tints of Chambray #596175

Color information

#596175 (or 0x596175) is unknown color: approx Chambray. HEX triplet: 59, 61 and 75. RGB value is (89,97,117). Sum of RGB (Red+Green+Blue) = 89+97+117=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #596175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596175 is #A69E8A. Grayscale: #606060. Windows color (decimal): -10919563 or 7692633. OLE color: 7692633.

HSL color Cylindrical-coordinate representation of color #596175: hue angle of 222.86º 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 #596175 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8997117-
CMYK0.240.1700.54
HSL222.86º13.59%40.39%-
HSV(B)222.86º23.93%45.88%-
XYZ11.6111.9618.53-
YUV96.89139.35122.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.37%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=29.37%
G=32.01%
B=38.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89971170.240.1700.54222.8613.5940.39
Hex5961751811036dfe28
Octal13114116530210663371650
Binary10110011100001111010111000100010110110110111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596175; }

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

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

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

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

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

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

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

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