Html Css Color HEX #553D4E Purple Taupe

📋 copy color: '#553D4E'

red 85 ◦ green 61 ◦ blue 78

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

Shades of Purple Taupe #553D4E

Tints of Purple Taupe #553D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.23%

 BLUE value IS 78 (30.86% from 255) = 34.82%

R = 37.95%
G = 27.23%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#553D4E (or 0x553D4E) is known color: Purple Taupe. HEX triplet: 55, 3D and 4E. RGB value is (85,61,78). Sum of RGB (Red+Green+Blue) = 85+61+78=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #553D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D4E is #AAC2B1. Grayscale: #464646. Windows color (decimal): -11190962 or 5127509. OLE color: 5127509.

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

Color convert

RGB 85 61 78 -
CMYK 0 0.28 0.08 0.67
HSL 317.5º 0.16% 0.29% -
HSV(B) 317.5º 0.28% 0.33% -
XYZ 6.79 5.82 7.97 -
YUV 70.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 85 61 78 0 0.28 0.08 0.67 317.5 0.16 0.29
Hex 55 3D 4E 0 1C 8 43 13E 10 1D
Octal 125 75 116 0 34 10 103 476 20 35
Binary 1010101 111101 1001110 0 11100 1000 1000011 100111110 10000 11101

Color Harmonies of #553D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D4E

Black with #553D4E

Text Example


Text Example

White with #553D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,61,78); }

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

background-color css

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

 a { background-color: rgb(85,61,78); }

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

border-color css

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

 span { border-color: rgb(85,61,78); }

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