#554C4E

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

Shades of Mortar #554C4E

Tints of Mortar #554C4E

Color information

#554C4E (or 0x554C4E) is unknown color: approx Mortar. HEX triplet: 55, 4C and 4E. RGB value is (85,76,78). Sum of RGB (Red+Green+Blue) = 85+76+78=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #554C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C4E is #AAB3B1. Grayscale: #4E4E4E. Windows color (decimal): -11187122 or 5131349. OLE color: 5131349.

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

Color convert

RGB857678-
CMYK00.110.080.67
HSL346.67º5.59%31.57%-
HSV(B)346.67º10.59%33.33%-
XYZ7.717.658.28-
YUV78.92127.48132.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=35.56%
G=31.80%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85767800.110.080.67346.675.5931.57
Hex554C4E0B84315b620
Octal12511411601310103533640
Binary1010101100110010011100101110001000011101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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