#56534B

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

Shades of Masala #56534B

Tints of Masala #56534B

Color information

#56534B (or 0x56534B) is unknown color: approx Masala. HEX triplet: 56, 53 and 4B. RGB value is (86,83,75). Sum of RGB (Red+Green+Blue) = 86+83+75=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 86 - color contains mainly: red. Hex color #56534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56534B is #A9ACB4. Grayscale: #535353. Windows color (decimal): -11119797 or 4936534. OLE color: 4936534.

HSL color Cylindrical-coordinate representation of color #56534B: hue angle of 43.64º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #56534B is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB868375-
CMYK00.030.130.66
HSL43.64º6.83%31.57%-
HSV(B)43.64º12.79%33.73%-
XYZ8.28.677.9-
YUV82.98123.49130.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=35.25%
G=34.02%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86837500.030.130.6643.646.8331.57
Hex56534B03D422c720
Octal126123113031510254740
Binary10101101010011100101101111011000010101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,83,75); }

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

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

 a { background-color: rgb(86,83,75); }

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

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

 span { border-color: rgb(86,83,75); }

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