Html Css Color HEX #565552 Masala

📋 copy color: '#565552'

red 86 ◦ green 85 ◦ blue 82

#565552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Masala #565552

Tints of Masala #565552

RGB

 RED value IS 86 (33.98% from 255) = 33.99%

 GREEN value IS 85 (33.59% from 255) = 33.6%

 BLUE value IS 82 (32.42% from 255) = 32.41%

R = 33.99%
G = 33.6%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#565552 (or 0x565552) is known color: Masala. HEX triplet: 56, 55 and 52. RGB value is (86,85,82). Sum of RGB (Red+Green+Blue) = 86+85+82=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 86 - color contains mainly: red. Hex color #565552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565552 is #A9AAAD. Grayscale: #545454. Windows color (decimal): -11119278 or 5395798. OLE color: 5395798.

HSL color Cylindrical-coordinate representation of color #565552: hue angle of 45º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #565552 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 85 82 -
CMYK 0 0.01 0.05 0.66
HSL 45º 0.02% 0.33% -
HSV(B) 45º 0.05% 0.34% -
XYZ 8.61 9.08 9.28 -
YUV 84.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 86 85 82 0 0.01 0.05 0.66 45 0.02 0.33
Hex 56 55 52 0 1 5 42 2D 2 21
Octal 126 125 122 0 1 5 102 55 2 41
Binary 1010110 1010101 1010010 0 1 101 1000010 101101 10 100001

Color Harmonies of #565552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565552

Black with #565552

Text Example


Text Example

White with #565552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565552; }

 p { color: rgb(86,85,82); }

 H1.HeaderClassName
 {
   color: #565552;
 }
 .AnyTagClassName
 {
   color: #565552;
 }
</style>

background-color css

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

 a { background-color: rgb(86,85,82); }

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

border-color css

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

 span { border-color: rgb(86,85,82); }

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