#596378

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

Shades of Chambray #596378

Tints of Chambray #596378

Color information

#596378 (or 0x596378) is unknown color: approx Chambray. HEX triplet: 59, 63 and 78. RGB value is (89,99,120). Sum of RGB (Red+Green+Blue) = 89+99+120=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 120 - color contains mainly: blue. Hex color #596378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596378 is #A69C87. Grayscale: #626262. Windows color (decimal): -10919048 or 7889753. OLE color: 7889753.

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

Color convert

RGB8999120-
CMYK0.260.1700.53
HSL220.65º14.83%40.98%-
HSV(B)220.65º25.83%47.06%-
XYZ11.9712.419.53-
YUV98.4140.19121.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.90%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=28.90%
G=32.14%
B=38.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89991200.260.1700.53220.6514.8340.98
Hex5963781A11035ddf29
Octal13114317032210653351751
Binary10110011100011111100011010100010110101110111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596378; }

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

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

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

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

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

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

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

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