#56617A

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

Shades of Chambray #56617A

Tints of Chambray #56617A

Color information

#56617A (or 0x56617A) is unknown color: approx Chambray. HEX triplet: 56, 61 and 7A. RGB value is (86,97,122). Sum of RGB (Red+Green+Blue) = 86+97+122=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #56617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56617A is #A99E85. Grayscale: #606060. Windows color (decimal): -11116166 or 8020310. OLE color: 8020310.

HSL color Cylindrical-coordinate representation of color #56617A: hue angle of 221.67º degrees, saturation: 0.17, 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 #56617A is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8697122-
CMYK0.300.2000.52
HSL221.67º17.31%40.78%-
HSV(B)221.67º29.51%47.84%-
XYZ11.6311.9320.1-
YUV96.56142.36120.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 122 (48.05% from 255) = 40%
R=28.20%
G=31.80%
B=40%

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
Decimal86971220.300.2000.52221.6717.3140.78
Hex56617A1E14034de1129
Octal12614117236240643362151
Binary101011011000011111010111101010001101001101111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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