Html Css Color HEX #554D4E Mortar

📋 copy color: '#554D4E'

red 85 ◦ green 77 ◦ blue 78

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

Shades of Mortar #554D4E

Tints of Mortar #554D4E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.08%

 BLUE value IS 78 (30.86% from 255) = 32.5%

R = 35.42%
G = 32.08%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#554D4E (or 0x554D4E) is known color: Mortar. HEX triplet: 55, 4D and 4E. RGB value is (85,77,78). Sum of RGB (Red+Green+Blue) = 85+77+78=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 85 - color contains mainly: red. Hex color #554D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D4E is #AAB2B1. Grayscale: #4F4F4F. Windows color (decimal): -11186866 or 5131605. OLE color: 5131605.

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

Color convert

RGB 85 77 78 -
CMYK 0 0.09 0.08 0.67
HSL 352.5º 0.05% 0.32% -
HSV(B) 352.5º 0.09% 0.33% -
XYZ 7.78 7.79 8.3 -
YUV 79.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 85 77 78 0 0.09 0.08 0.67 352.5 0.05 0.32
Hex 55 4D 4E 0 9 8 43 160 5 20
Octal 125 115 116 0 11 10 103 540 5 40
Binary 1010101 1001101 1001110 0 1001 1000 1000011 101100000 101 100000

Color Harmonies of #554D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D4E

Black with #554D4E

Text Example


Text Example

White with #554D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554D4E; }

 p { color: rgb(85,77,78); }

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

background-color css

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

 a { background-color: rgb(85,77,78); }

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

border-color css

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

 span { border-color: rgb(85,77,78); }

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