#554553

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

Shades of Purple Taupe #554553

Tints of Purple Taupe #554553

Color information

#554553 (or 0x554553) is unknown color: approx Purple Taupe. HEX triplet: 55, 45 and 53. RGB value is (85,69,83). Sum of RGB (Red+Green+Blue) = 85+69+83=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #554553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554553 is #AABAAC. Grayscale: #4B4B4B. Windows color (decimal): -11188909 or 5457237. OLE color: 5457237.

HSL color Cylindrical-coordinate representation of color #554553: hue angle of 307.5º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554553 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB856983-
CMYK00.190.020.67
HSL307.5º10.39%30.2%-
HSV(B)307.5º18.82%33.33%-
XYZ7.446.819.11-
YUV75.38132.3134.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=35.86%
G=29.11%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85698300.190.020.67307.510.3930.2
Hex554553013243134a1e
Octal12510512302321034641236
Binary101010110001011010011010011101000011100110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554553; }

 p { color: rgb(85,69,83); }

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

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

 a { background-color: rgb(85,69,83); }

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

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

 span { border-color: rgb(85,69,83); }

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