#55514F

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

Shades of Tundora #55514F

Tints of Tundora #55514F

Color information

#55514F (or 0x55514F) is unknown color: approx Tundora. HEX triplet: 55, 51 and 4F. RGB value is (85,81,79). Sum of RGB (Red+Green+Blue) = 85+81+79=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 85 - color contains mainly: red. Hex color #55514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55514F is #AAAEB0. Grayscale: #515151. Windows color (decimal): -11185841 or 5198165. OLE color: 5198165.

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

Color convert

RGB858179-
CMYK00.050.070.67
HSL20º3.66%32.16%-
HSV(B)20º7.06%33.33%-
XYZ8.18.388.59-
YUV81.97126.33130.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=34.69%
G=33.06%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85817900.050.070.67203.6632.16
Hex55514F0574314420
Octal12512111705710324440
Binary1010101101000110011110101111100001110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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