Html Css Color HEX #553D4F Purple Taupe

📋 copy color: '#553D4F'

red 85 ◦ green 61 ◦ blue 79

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

Shades of Purple Taupe #553D4F

Tints of Purple Taupe #553D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 37.78%
G = 27.11%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#553D4F (or 0x553D4F) is known color: Purple Taupe. HEX triplet: 55, 3D and 4F. RGB value is (85,61,79). Sum of RGB (Red+Green+Blue) = 85+61+79=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #553D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D4F is #AAC2B0. Grayscale: #464646. Windows color (decimal): -11190961 or 5193045. OLE color: 5193045.

HSL color Cylindrical-coordinate representation of color #553D4F: hue angle of 315º 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 #553D4F is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 61 79 -
CMYK 0 0.28 0.07 0.67
HSL 315º 0.16% 0.29% -
HSV(B) 315º 0.28% 0.33% -
XYZ 6.83 5.83 8.16 -
YUV 70.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 85 61 79 0 0.28 0.07 0.67 315 0.16 0.29
Hex 55 3D 4F 0 1C 7 43 13B 10 1D
Octal 125 75 117 0 34 7 103 473 20 35
Binary 1010101 111101 1001111 0 11100 111 1000011 100111011 10000 11101

Color Harmonies of #553D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D4F

Black with #553D4F

Text Example


Text Example

White with #553D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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