Html Css Color HEX #553550 Purple Taupe

📋 copy color: '#553550'

red 85 ◦ green 53 ◦ blue 80

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

Shades of Purple Taupe #553550

Tints of Purple Taupe #553550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.31%

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 38.99%
G = 24.31%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#553550 (or 0x553550) is known color: Purple Taupe. HEX triplet: 55, 35 and 50. RGB value is (85,53,80). Sum of RGB (Red+Green+Blue) = 85+53+80=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #553550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553550 is #AACAAF. Grayscale: #414141. Windows color (decimal): -11193008 or 5256533. OLE color: 5256533.

HSL color Cylindrical-coordinate representation of color #553550: hue angle of 309.38º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #553550 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 53 80 -
CMYK 0 0.38 0.06 0.67
HSL 309.38º 0.23% 0.27% -
HSV(B) 309.38º 0.38% 0.33% -
XYZ 6.47 5.06 8.22 -
YUV 65.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 85 53 80 0 0.38 0.06 0.67 309.38 0.23 0.27
Hex 55 35 50 0 26 6 43 135 17 1B
Octal 125 65 120 0 46 6 103 465 27 33
Binary 1010101 110101 1010000 0 100110 110 1000011 100110101 10111 11011

Color Harmonies of #553550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553550

Black with #553550

Text Example


Text Example

White with #553550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553550; }

 p { color: rgb(85,53,80); }

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

background-color css

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

 a { background-color: rgb(85,53,80); }

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

border-color css

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

 span { border-color: rgb(85,53,80); }

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