Html Css Color HEX #553A4C Purple Taupe

📋 copy color: '#553A4C'

red 85 ◦ green 58 ◦ blue 76

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

Shades of Purple Taupe #553A4C

Tints of Purple Taupe #553A4C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.48%

 BLUE value IS 76 (30.08% from 255) = 34.7%

R = 38.81%
G = 26.48%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#553A4C (or 0x553A4C) is known color: Purple Taupe. HEX triplet: 55, 3A and 4C. RGB value is (85,58,76). Sum of RGB (Red+Green+Blue) = 85+58+76=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #553A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A4C is #AAC5B3. Grayscale: #444444. Windows color (decimal): -11191732 or 4995669. OLE color: 4995669.

HSL color Cylindrical-coordinate representation of color #553A4C: hue angle of 320º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #553A4C is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 58 76 -
CMYK 0 0.32 0.11 0.67
HSL 320º 0.19% 0.28% -
HSV(B) 320º 0.32% 0.33% -
XYZ 6.56 5.48 7.55 -
YUV 68.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 85 58 76 0 0.32 0.11 0.67 320 0.19 0.28
Hex 55 3A 4C 0 20 B 43 140 13 1C
Octal 125 72 114 0 40 13 103 500 23 34
Binary 1010101 111010 1001100 0 100000 1011 1000011 101000000 10011 11100

Color Harmonies of #553A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A4C

Black with #553A4C

Text Example


Text Example

White with #553A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553A4C; }

 p { color: rgb(85,58,76); }

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

background-color css

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

 a { background-color: rgb(85,58,76); }

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

border-color css

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

 span { border-color: rgb(85,58,76); }

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