#56617C

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

Shades of Chambray #56617C

Tints of Chambray #56617C

Color information

#56617C (or 0x56617C) is unknown color: approx Chambray. HEX triplet: 56, 61 and 7C. RGB value is (86,97,124). Sum of RGB (Red+Green+Blue) = 86+97+124=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #56617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56617C is #A99E83. Grayscale: #606060. Windows color (decimal): -11116164 or 8151382. OLE color: 8151382.

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

Color convert

RGB8697124-
CMYK0.310.2200.51
HSL222.63º18.1%41.18%-
HSV(B)222.63º30.65%48.63%-
XYZ11.7511.9820.76-
YUV96.79143.36120.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=28.01%
G=31.60%
B=40.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86971240.310.2200.51222.6318.141.18
Hex56617C1F16033df1229
Octal12614117437260633372251
Binary101011011000011111100111111011001100111101111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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