#554451

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

Shades of Purple Taupe #554451

Tints of Purple Taupe #554451

Color information

#554451 (or 0x554451) is unknown color: approx Purple Taupe. HEX triplet: 55, 44 and 51. RGB value is (85,68,81). Sum of RGB (Red+Green+Blue) = 85+68+81=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #554451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554451 is #AABBAE. Grayscale: #4A4A4A. Windows color (decimal): -11189167 or 5325909. OLE color: 5325909.

HSL color Cylindrical-coordinate representation of color #554451: hue angle of 314.12º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554451 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB856881-
CMYK00.200.050.67
HSL314.12º11.11%30%-
HSV(B)314.12º20%33.33%-
XYZ7.36.668.69-
YUV74.56131.63135.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=36.32%
G=29.06%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85688100.200.050.67314.1211.1130
Hex55445101454313ab1e
Octal12510412102451034721336
Binary1010101100010010100010101001011000011100111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554451; }

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

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

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

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

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

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

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

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