#565045

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

Shades of Masala #565045

Tints of Masala #565045

Color information

#565045 (or 0x565045) is unknown color: approx Masala. HEX triplet: 56, 50 and 45. RGB value is (86,80,69). Sum of RGB (Red+Green+Blue) = 86+80+69=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 86 - color contains mainly: red. Hex color #565045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565045 is #A9AFBA. Grayscale: #505050. Windows color (decimal): -11120571 or 4542550. OLE color: 4542550.

HSL color Cylindrical-coordinate representation of color #565045: hue angle of 38.82º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #565045 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB868069-
CMYK00.070.200.66
HSL38.82º10.97%30.39%-
HSV(B)38.82º19.77%33.73%-
XYZ7.788.156.79-
YUV80.54121.49131.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=36.60%
G=34.04%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86806900.070.200.6638.8210.9730.39
Hex56504507144227b1e
Octal1261201050724102471336
Binary1010110101000010001010111101001000010100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565045; }

 p { color: rgb(86,80,69); }

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

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

 a { background-color: rgb(86,80,69); }

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

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

 span { border-color: rgb(86,80,69); }

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