#56637B

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

Shades of Chambray #56637B

Tints of Chambray #56637B

Color information

#56637B (or 0x56637B) is unknown color: approx Chambray. HEX triplet: 56, 63 and 7B. RGB value is (86,99,123). Sum of RGB (Red+Green+Blue) = 86+99+123=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #56637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56637B is #A99C84. Grayscale: #616161. Windows color (decimal): -11115653 or 8086358. OLE color: 8086358.

HSL color Cylindrical-coordinate representation of color #56637B: hue angle of 218.92º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56637B is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8699123-
CMYK0.300.2000.52
HSL218.92º17.7%40.98%-
HSV(B)218.92º30.08%48.24%-
XYZ11.8712.3320.49-
YUV97.85142.19119.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=27.92%
G=32.14%
B=39.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86991230.300.2000.52218.9217.740.98
Hex56637B1E14034db1229
Octal12614317336240643332251
Binary101011011000111111011111101010001101001101101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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