Html Css Color HEX #553950 Purple Taupe

📋 copy color: '#553950'

red 85 ◦ green 57 ◦ blue 80

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

Shades of Purple Taupe #553950

Tints of Purple Taupe #553950

RGB

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

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

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

R = 38.29%
G = 25.68%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#553950 (or 0x553950) is known color: Purple Taupe. HEX triplet: 55, 39 and 50. RGB value is (85,57,80). Sum of RGB (Red+Green+Blue) = 85+57+80=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #553950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553950 is #AAC6AF. Grayscale: #434343. Windows color (decimal): -11191984 or 5257557. OLE color: 5257557.

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

Color convert

RGB 85 57 80 -
CMYK 0 0.33 0.06 0.67
HSL 310.71º 0.2% 0.28% -
HSV(B) 310.71º 0.33% 0.33% -
XYZ 6.66 5.44 8.29 -
YUV 67.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 85 57 80 0 0.33 0.06 0.67 310.71 0.2 0.28
Hex 55 39 50 0 21 6 43 137 14 1C
Octal 125 71 120 0 41 6 103 467 24 34
Binary 1010101 111001 1010000 0 100001 110 1000011 100110111 10100 11100

Color Harmonies of #553950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553950

Black with #553950

Text Example


Text Example

White with #553950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553950; }

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

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

background-color css

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

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

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

border-color css

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

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

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