#554E4C

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

Shades of Tundora #554E4C

Tints of Tundora #554E4C

Color information

#554E4C (or 0x554E4C) is unknown color: approx Tundora. HEX triplet: 55, 4E and 4C. RGB value is (85,78,76). Sum of RGB (Red+Green+Blue) = 85+78+76=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #554E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E4C is #AAB1B3. Grayscale: #4F4F4F. Windows color (decimal): -11186612 or 5000789. OLE color: 5000789.

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

Color convert

RGB857876-
CMYK00.080.110.67
HSL13.33º5.59%31.57%-
HSV(B)13.33º10.59%33.33%-
XYZ7.787.97.95-
YUV79.86125.82131.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85787600.080.110.6713.335.5931.57
Hex554E4C08B43d620
Octal1251161140101310315640
Binary10101011001110100110001000101110000111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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