Html Css Color HEX #55524B Masala

📋 copy color: '#55524B'

red 85 ◦ green 82 ◦ blue 75

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

Shades of Masala #55524B

Tints of Masala #55524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.88%

 BLUE value IS 75 (29.69% from 255) = 30.99%

R = 35.12%
G = 33.88%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#55524B (or 0x55524B) is known color: Masala. HEX triplet: 55, 52 and 4B. RGB value is (85,82,75). Sum of RGB (Red+Green+Blue) = 85+82+75=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 85 - color contains mainly: red. Hex color #55524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55524B is #AAADB4. Grayscale: #525252. Windows color (decimal): -11185589 or 4936277. OLE color: 4936277.

HSL color Cylindrical-coordinate representation of color #55524B: hue angle of 42º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #55524B is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 82 75 -
CMYK 0 0.04 0.12 0.67
HSL 42º 0.06% 0.31% -
HSV(B) 42º 0.12% 0.33% -
XYZ 8.03 8.47 7.87 -
YUV 82.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 85 82 75 0 0.04 0.12 0.67 42 0.06 0.31
Hex 55 52 4B 0 4 C 43 2A 6 1F
Octal 125 122 113 0 4 14 103 52 6 37
Binary 1010101 1010010 1001011 0 100 1100 1000011 101010 110 11111

Color Harmonies of #55524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55524B

Black with #55524B

Text Example


Text Example

White with #55524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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