Html Css Color HEX #553D52 Purple Taupe

📋 copy color: '#553D52'

red 85 ◦ green 61 ◦ blue 82

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

Shades of Purple Taupe #553D52

Tints of Purple Taupe #553D52

RGB

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

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

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

R = 37.28%
G = 26.75%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#553D52 (or 0x553D52) is known color: Purple Taupe. HEX triplet: 55, 3D and 52. RGB value is (85,61,82). Sum of RGB (Red+Green+Blue) = 85+61+82=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #553D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D52 is #AAC2AD. Grayscale: #464646. Windows color (decimal): -11190958 or 5389653. OLE color: 5389653.

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

Color convert

RGB 85 61 82 -
CMYK 0 0.28 0.04 0.67
HSL 307.5º 0.16% 0.29% -
HSV(B) 307.5º 0.28% 0.33% -
XYZ 6.94 5.88 8.75 -
YUV 70.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 85 61 82 0 0.28 0.04 0.67 307.5 0.16 0.29
Hex 55 3D 52 0 1C 4 43 134 10 1D
Octal 125 75 122 0 34 4 103 464 20 35
Binary 1010101 111101 1010010 0 11100 100 1000011 100110100 10000 11101

Color Harmonies of #553D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D52

Black with #553D52

Text Example


Text Example

White with #553D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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