Html Css Color HEX #55514C Masala

📋 copy color: '#55514C'

red 85 ◦ green 81 ◦ blue 76

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

Shades of Masala #55514C

Tints of Masala #55514C

RGB

 RED value IS 85 (33.59% from 255) = 35.12%

 GREEN value IS 81 (32.03% from 255) = 33.47%

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 35.12%
G = 33.47%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55514C (or 0x55514C) is known color: Masala. HEX triplet: 55, 51 and 4C. RGB value is (85,81,76). Sum of RGB (Red+Green+Blue) = 85+81+76=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 85 - color contains mainly: red. Hex color #55514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55514C is #AAAEB3. Grayscale: #515151. Windows color (decimal): -11185844 or 5001557. OLE color: 5001557.

HSL color Cylindrical-coordinate representation of color #55514C: hue angle of 33.33º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55514C is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 81 76 -
CMYK 0 0.05 0.11 0.67
HSL 33.33º 0.06% 0.32% -
HSV(B) 33.33º 0.11% 0.33% -
XYZ 7.99 8.34 8.03 -
YUV 81.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 85 81 76 0 0.05 0.11 0.67 33.33 0.06 0.32
Hex 55 51 4C 0 5 B 43 21 6 20
Octal 125 121 114 0 5 13 103 41 6 40
Binary 1010101 1010001 1001100 0 101 1011 1000011 100001 110 100000

Color Harmonies of #55514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55514C

Black with #55514C

Text Example


Text Example

White with #55514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55514C; }

 p { color: rgb(85,81,76); }

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

background-color css

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

 a { background-color: rgb(85,81,76); }

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

border-color css

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

 span { border-color: rgb(85,81,76); }

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