Html Css Color HEX #553951 Purple Taupe

📋 copy color: '#553951'

red 85 ◦ green 57 ◦ blue 81

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

Shades of Purple Taupe #553951

Tints of Purple Taupe #553951

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

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

R = 38.12%
G = 25.56%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#553951 (or 0x553951) is known color: Purple Taupe. HEX triplet: 55, 39 and 51. RGB value is (85,57,81). Sum of RGB (Red+Green+Blue) = 85+57+81=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #553951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553951 is #AAC6AE. Grayscale: #444444. Windows color (decimal): -11191983 or 5323093. OLE color: 5323093.

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

Color convert

RGB 85 57 81 -
CMYK 0 0.33 0.05 0.67
HSL 308.57º 0.2% 0.28% -
HSV(B) 308.57º 0.33% 0.33% -
XYZ 6.69 5.45 8.48 -
YUV 68.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 85 57 81 0 0.33 0.05 0.67 308.57 0.2 0.28
Hex 55 39 51 0 21 5 43 135 14 1C
Octal 125 71 121 0 41 5 103 465 24 34
Binary 1010101 111001 1010001 0 100001 101 1000011 100110101 10100 11100

Color Harmonies of #553951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553951

Black with #553951

Text Example


Text Example

White with #553951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553951; }

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

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

background-color css

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

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

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

border-color css

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

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

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