#554054

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

Shades of Purple Taupe #554054

Tints of Purple Taupe #554054

Color information

#554054 (or 0x554054) is unknown color: approx Purple Taupe. HEX triplet: 55, 40 and 54. RGB value is (85,64,84). Sum of RGB (Red+Green+Blue) = 85+64+84=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #554054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554054 is #AABFAB. Grayscale: #484848. Windows color (decimal): -11190188 or 5521493. OLE color: 5521493.

HSL color Cylindrical-coordinate representation of color #554054: hue angle of 302.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554054 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB856484-
CMYK00.250.010.67
HSL302.86º14.09%29.22%-
HSV(B)302.86º24.71%33.33%-
XYZ7.186.249.21-
YUV72.56134.46136.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=36.48%
G=27.47%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85648400.250.010.67302.8614.0929.22
Hex55405401914312fe1d
Octal12510012403111034571635
Binary10101011000000101010001100111000011100101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554054; }

 p { color: rgb(85,64,84); }

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

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

 a { background-color: rgb(85,64,84); }

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

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

 span { border-color: rgb(85,64,84); }

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