#55514E

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

Shades of Tundora #55514E

Tints of Tundora #55514E

Color information

#55514E (or 0x55514E) is unknown color: approx Tundora. HEX triplet: 55, 51 and 4E. RGB value is (85,81,78). Sum of RGB (Red+Green+Blue) = 85+81+78=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 85 - color contains mainly: red. Hex color #55514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55514E is #AAAEB1. Grayscale: #515151. Windows color (decimal): -11185842 or 5132629. OLE color: 5132629.

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

Color convert

RGB858178-
CMYK00.050.080.67
HSL25.71º4.29%31.96%-
HSV(B)25.71º8.24%33.33%-
XYZ8.068.378.4-
YUV81.85125.83130.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=34.84%
G=33.20%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85817800.050.080.6725.714.2931.96
Hex55514E058431a420
Octal125121116051010332440
Binary10101011010001100111001011000100001111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55514E; }

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

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

<style>
 a { background-color: #55514E; }

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

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

<style>
 span { border-color: #55514E; }

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

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