#55504E

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

Shades of Tundora #55504E

Tints of Tundora #55504E

Color information

#55504E (or 0x55504E) is unknown color: approx Tundora. HEX triplet: 55, 50 and 4E. RGB value is (85,80,78). Sum of RGB (Red+Green+Blue) = 85+80+78=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 85 - color contains mainly: red. Hex color #55504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55504E is #AAAFB1. Grayscale: #515151. Windows color (decimal): -11186098 or 5132373. OLE color: 5132373.

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

Color convert

RGB858078-
CMYK00.060.080.67
HSL17.14º4.29%31.96%-
HSV(B)17.14º8.24%33.33%-
XYZ7.998.228.37-
YUV81.27126.16130.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.98%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=34.98%
G=32.92%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85807800.060.080.6717.144.2931.96
Hex55504E0684311420
Octal125120116061010321440
Binary10101011010000100111001101000100001110001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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