#55414E

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

Shades of Purple Taupe #55414E

Tints of Purple Taupe #55414E

Color information

#55414E (or 0x55414E) is unknown color: approx Purple Taupe. HEX triplet: 55, 41 and 4E. RGB value is (85,65,78). Sum of RGB (Red+Green+Blue) = 85+65+78=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #55414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55414E is #AABEB1. Grayscale: #484848. Windows color (decimal): -11189938 or 5128533. OLE color: 5128533.

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

Color convert

RGB856578-
CMYK00.240.080.67
HSL321º13.33%29.41%-
HSV(B)321º23.53%33.33%-
XYZ7.016.268.05-
YUV72.46131.13136.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=37.28%
G=28.51%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85657800.240.080.6732113.3329.41
Hex55414E018843141d1d
Octal125101116030101035011535
Binary10101011000001100111001100010001000011101000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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