#554B4D

Color #554B4D Mortar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mortar #554B4D

Tints of Mortar #554B4D

Color information

#554B4D (or 0x554B4D) is unknown color: approx Mortar. HEX triplet: 55, 4B and 4D. RGB value is (85,75,77). Sum of RGB (Red+Green+Blue) = 85+75+77=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #554B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B4D is #AAB4B2. Grayscale: #4E4E4E. Windows color (decimal): -11187379 or 5065557. OLE color: 5065557.

HSL color Cylindrical-coordinate representation of color #554B4D: hue angle of 348º 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 #554B4D is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB857577-
CMYK00.120.090.67
HSL348º6.25%31.37%-
HSV(B)348º11.76%33.33%-
XYZ7.67.58.07-
YUV78.22127.31132.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=35.86%
G=31.65%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85757700.120.090.673486.2531.37
Hex554B4D0C94315c61f
Octal12511311501411103534637
Binary101010110010111001101011001001100001110101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #554B4D;
 }
 .AnyTagClassName
 {
   color: #554B4D;
 }
</style>
background-color css

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

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

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

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

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

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