Html Css Color HEX #553551 Purple Taupe

📋 copy color: '#553551'

red 85 ◦ green 53 ◦ blue 81

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

Shades of Purple Taupe #553551

Tints of Purple Taupe #553551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 38.81%
G = 24.2%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#553551 (or 0x553551) is known color: Purple Taupe. HEX triplet: 55, 35 and 51. RGB value is (85,53,81). Sum of RGB (Red+Green+Blue) = 85+53+81=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #553551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553551 is #AACAAE. Grayscale: #414141. Windows color (decimal): -11193007 or 5322069. OLE color: 5322069.

HSL color Cylindrical-coordinate representation of color #553551: hue angle of 307.5º 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 #553551 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 53 81 -
CMYK 0 0.38 0.05 0.67
HSL 307.5º 0.23% 0.27% -
HSV(B) 307.5º 0.38% 0.33% -
XYZ 6.5 5.07 8.42 -
YUV 65.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 85 53 81 0 0.38 0.05 0.67 307.5 0.23 0.27
Hex 55 35 51 0 26 5 43 134 17 1B
Octal 125 65 121 0 46 5 103 464 27 33
Binary 1010101 110101 1010001 0 100110 101 1000011 100110100 10111 11011

Color Harmonies of #553551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553551

Black with #553551

Text Example


Text Example

White with #553551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553551; }

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

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

background-color css

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

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

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

border-color css

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

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

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