#554150

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

Shades of Purple Taupe #554150

Tints of Purple Taupe #554150

Color information

#554150 (or 0x554150) is unknown color: approx Purple Taupe. HEX triplet: 55, 41 and 50. RGB value is (85,65,80). Sum of RGB (Red+Green+Blue) = 85+65+80=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #554150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554150 is #AABEAF. Grayscale: #484848. Windows color (decimal): -11189936 or 5259605. OLE color: 5259605.

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

Color convert

RGB856580-
CMYK00.240.060.67
HSL315º13.33%29.41%-
HSV(B)315º23.53%33.33%-
XYZ7.086.298.43-
YUV72.69132.13136.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=36.96%
G=28.26%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85658000.240.060.6731513.3329.41
Hex55415001864313bd1d
Octal12510112003061034731535
Binary1010101100000110100000110001101000011100111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554150; }

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

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

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

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

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

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

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

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