#554E4B

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

Shades of Tundora #554E4B

Tints of Tundora #554E4B

Color information

#554E4B (or 0x554E4B) is unknown color: approx Tundora. HEX triplet: 55, 4E and 4B. RGB value is (85,78,75). Sum of RGB (Red+Green+Blue) = 85+78+75=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #554E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E4B is #AAB1B4. Grayscale: #4F4F4F. Windows color (decimal): -11186613 or 4935253. OLE color: 4935253.

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

Color convert

RGB857875-
CMYK00.080.120.67
HSL18º6.25%31.37%-
HSV(B)18º11.76%33.33%-
XYZ7.747.897.77-
YUV79.75125.32131.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 75 (29.69% from 255) = 31.51%
R=35.71%
G=32.77%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85787500.080.120.67186.2531.37
Hex554E4B08C431261f
Octal1251161130101410322637
Binary10101011001110100101101000110010000111001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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