#55504F

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

Shades of Tundora #55504F

Tints of Tundora #55504F

Color information

#55504F (or 0x55504F) is unknown color: approx Tundora. HEX triplet: 55, 50 and 4F. RGB value is (85,80,79). Sum of RGB (Red+Green+Blue) = 85+80+79=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 85 - color contains mainly: red. Hex color #55504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55504F is #AAAFB0. Grayscale: #515151. Windows color (decimal): -11186097 or 5197909. OLE color: 5197909.

HSL color Cylindrical-coordinate representation of color #55504F: hue angle of 10º 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 #55504F is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB858079-
CMYK00.060.070.67
HSL10º3.66%32.16%-
HSV(B)10º7.06%33.33%-
XYZ8.038.238.56-
YUV81.38126.66130.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=34.84%
G=32.79%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85807900.060.070.67103.6632.16
Hex55504F06743a420
Octal12512011706710312440
Binary101010110100001001111011011110000111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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