Html Css Color HEX #553C52 Purple Taupe

📋 copy color: '#553C52'

red 85 ◦ green 60 ◦ blue 82

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

Shades of Purple Taupe #553C52

Tints of Purple Taupe #553C52

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.43%

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

R = 37.44%
G = 26.43%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#553C52 (or 0x553C52) is known color: Purple Taupe. HEX triplet: 55, 3C and 52. RGB value is (85,60,82). Sum of RGB (Red+Green+Blue) = 85+60+82=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #553C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553C52 is #AAC3AD. Grayscale: #454545. Windows color (decimal): -11191214 or 5389397. OLE color: 5389397.

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

Color convert

RGB 85 60 82 -
CMYK 0 0.29 0.04 0.67
HSL 307.2º 0.17% 0.28% -
HSV(B) 307.2º 0.29% 0.33% -
XYZ 6.89 5.77 8.73 -
YUV 69.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 85 60 82 0 0.29 0.04 0.67 307.2 0.17 0.28
Hex 55 3C 52 0 1D 4 43 133 11 1C
Octal 125 74 122 0 35 4 103 463 21 34
Binary 1010101 111100 1010010 0 11101 100 1000011 100110011 10001 11100

Color Harmonies of #553C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C52

Black with #553C52

Text Example


Text Example

White with #553C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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