Html Css Color HEX #553552 Purple Taupe

📋 copy color: '#553552'

red 85 ◦ green 53 ◦ blue 82

#553552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #553552

Tints of Purple Taupe #553552

RGB

 RED value IS 85 (33.59% from 255) = 38.64%

 GREEN value IS 53 (21.09% from 255) = 24.09%

 BLUE value IS 82 (32.42% from 255) = 37.27%

R = 38.64%
G = 24.09%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#553552 (or 0x553552) is known color: Purple Taupe. HEX triplet: 55, 35 and 52. RGB value is (85,53,82). Sum of RGB (Red+Green+Blue) = 85+53+82=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #553552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553552 is #AACAAD. Grayscale: #414141. Windows color (decimal): -11193006 or 5387605. OLE color: 5387605.

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

Color convert

RGB 85 53 82 -
CMYK 0 0.38 0.04 0.67
HSL 305.63º 0.23% 0.27% -
HSV(B) 305.63º 0.38% 0.33% -
XYZ 6.54 5.09 8.62 -
YUV 65.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 85 53 82 0 0.38 0.04 0.67 305.63 0.23 0.27
Hex 55 35 52 0 26 4 43 132 17 1B
Octal 125 65 122 0 46 4 103 462 27 33
Binary 1010101 110101 1010010 0 100110 100 1000011 100110010 10111 11011

Color Harmonies of #553552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553552

Black with #553552

Text Example


Text Example

White with #553552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553552; }

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

 H1.HeaderClassName
 {
   color: #553552;
 }
 .AnyTagClassName
 {
   color: #553552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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