Html Css Color HEX #565553 Masala

📋 copy color: '#565553'

red 86 ◦ green 85 ◦ blue 83

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

Shades of Masala #565553

Tints of Masala #565553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.68%

R = 33.86%
G = 33.46%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#565553 (or 0x565553) is known color: Masala. HEX triplet: 56, 55 and 53. RGB value is (86,85,83). Sum of RGB (Red+Green+Blue) = 86+85+83=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 86 - color contains mainly: red. Hex color #565553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565553 is #A9AAAC. Grayscale: #555555. Windows color (decimal): -11119277 or 5461334. OLE color: 5461334.

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

Color convert

RGB 86 85 83 -
CMYK 0 0.01 0.03 0.66
HSL 40º 0.02% 0.33% -
HSV(B) 40º 0.03% 0.34% -
XYZ 8.65 9.1 9.48 -
YUV 85.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 86 85 83 0 0.01 0.03 0.66 40 0.02 0.33
Hex 56 55 53 0 1 3 42 28 2 21
Octal 126 125 123 0 1 3 102 50 2 41
Binary 1010110 1010101 1010011 0 1 11 1000010 101000 10 100001

Color Harmonies of #565553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565553

Black with #565553

Text Example


Text Example

White with #565553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565553; }

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

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

background-color css

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

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

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

border-color css

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

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

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