#56637D

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

Shades of Chambray #56637D

Tints of Chambray #56637D

Color information

#56637D (or 0x56637D) is unknown color: approx Chambray. HEX triplet: 56, 63 and 7D. RGB value is (86,99,125). Sum of RGB (Red+Green+Blue) = 86+99+125=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #56637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56637D is #A99C82. Grayscale: #616161. Windows color (decimal): -11115651 or 8217430. OLE color: 8217430.

HSL color Cylindrical-coordinate representation of color #56637D: hue angle of 220º 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 #56637D is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8699125-
CMYK0.310.2100.51
HSL220º18.48%41.37%-
HSV(B)220º31.2%49.02%-
XYZ1212.3821.16-
YUV98.08143.19119.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 99 (39.06% from 255) = 31.94%
BLUE value IS 125 (49.22% from 255) = 40.32%
R=27.74%
G=31.94%
B=40.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86991250.310.2100.5122018.4841.37
Hex56637D1F15033dc1229
Octal12614317537250633342251
Binary101011011000111111101111111010101100111101110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56637D; }

 p { color: rgb(86,99,125); }

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

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

 a { background-color: rgb(86,99,125); }

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

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

 span { border-color: rgb(86,99,125); }

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