#56647C

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

Shades of Chambray #56647C

Tints of Chambray #56647C

Color information

#56647C (or 0x56647C) is unknown color: approx Chambray. HEX triplet: 56, 64 and 7C. RGB value is (86,100,124). Sum of RGB (Red+Green+Blue) = 86+100+124=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #56647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56647C is #A99B83. Grayscale: #626262. Windows color (decimal): -11115396 or 8152150. OLE color: 8152150.

HSL color Cylindrical-coordinate representation of color #56647C: hue angle of 217.89º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56647C is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB86100124-
CMYK0.310.1900.51
HSL217.89º18.1%41.18%-
HSV(B)217.89º30.65%48.63%-
XYZ12.0312.5520.86-
YUV98.55142.36119.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 124 (48.83% from 255) = 40%
R=27.74%
G=32.26%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861001240.310.1900.51217.8918.141.18
Hex56647C1F13033da1229
Octal12614417437230633322251
Binary101011011001001111100111111001101100111101101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56647C; }

 p { color: rgb(86,100,124); }

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

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

 a { background-color: rgb(86,100,124); }

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

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

 span { border-color: rgb(86,100,124); }

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