#554253

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

Shades of Purple Taupe #554253

Tints of Purple Taupe #554253

Color information

#554253 (or 0x554253) is unknown color: approx Purple Taupe. HEX triplet: 55, 42 and 53. RGB value is (85,66,83). Sum of RGB (Red+Green+Blue) = 85+66+83=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #554253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554253 is #AABDAC. Grayscale: #494949. Windows color (decimal): -11189677 or 5456469. OLE color: 5456469.

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

Color convert

RGB856683-
CMYK00.220.020.67
HSL306.32º12.58%29.61%-
HSV(B)306.32º22.35%33.33%-
XYZ7.266.459.05-
YUV73.62133.29136.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=36.32%
G=28.21%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85668300.220.020.67306.3212.5829.61
Hex554253016243132d1e
Octal12510212302621034621536
Binary101010110000101010011010110101000011100110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554253; }

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

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

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

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

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

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

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

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