#596278

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

Shades of Chambray #596278

Tints of Chambray #596278

Color information

#596278 (or 0x596278) is unknown color: approx Chambray. HEX triplet: 59, 62 and 78. RGB value is (89,98,120). Sum of RGB (Red+Green+Blue) = 89+98+120=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #596278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596278 is #A69D87. Grayscale: #616161. Windows color (decimal): -10919304 or 7889497. OLE color: 7889497.

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

Color convert

RGB8998120-
CMYK0.260.1800.53
HSL222.58º14.83%40.98%-
HSV(B)222.58º25.83%47.06%-
XYZ11.8812.2219.5-
YUV97.82140.52121.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.99%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=28.99%
G=31.92%
B=39.09%

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
Decimal89981200.260.1800.53222.5814.8340.98
Hex5962781A12035dff29
Octal13114217032220653371751
Binary10110011100010111100011010100100110101110111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596278; }

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

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

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

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

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

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

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

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