#554652

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

Shades of Purple Taupe #554652

Tints of Purple Taupe #554652

Color information

#554652 (or 0x554652) is unknown color: approx Purple Taupe. HEX triplet: 55, 46 and 52. RGB value is (85,70,82). Sum of RGB (Red+Green+Blue) = 85+70+82=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #554652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554652 is #AAB9AD. Grayscale: #4B4B4B. Windows color (decimal): -11188654 or 5391957. OLE color: 5391957.

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

Color convert

RGB857082-
CMYK00.180.040.67
HSL312º9.68%30.39%-
HSV(B)312º17.65%33.33%-
XYZ7.466.928.93-
YUV75.85131.47134.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=35.86%
G=29.54%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85708200.180.040.673129.6830.39
Hex554652012443138a1e
Octal12510612202241034701236
Binary1010101100011010100100100101001000011100111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554652; }

 p { color: rgb(85,70,82); }

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

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

 a { background-color: rgb(85,70,82); }

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

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

 span { border-color: rgb(85,70,82); }

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