Html Css Color HEX #553C50 Purple Taupe

📋 copy color: '#553C50'

red 85 ◦ green 60 ◦ blue 80

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

Shades of Purple Taupe #553C50

Tints of Purple Taupe #553C50

RGB

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

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

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

R = 37.78%
G = 26.67%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#553C50 (or 0x553C50) is known color: Purple Taupe. HEX triplet: 55, 3C and 50. RGB value is (85,60,80). Sum of RGB (Red+Green+Blue) = 85+60+80=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #553C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553C50 is #AAC3AF. Grayscale: #454545. Windows color (decimal): -11191216 or 5258325. OLE color: 5258325.

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

Color convert

RGB 85 60 80 -
CMYK 0 0.29 0.06 0.67
HSL 312º 0.17% 0.28% -
HSV(B) 312º 0.29% 0.33% -
XYZ 6.81 5.74 8.34 -
YUV 69.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 85 60 80 0 0.29 0.06 0.67 312 0.17 0.28
Hex 55 3C 50 0 1D 6 43 138 11 1C
Octal 125 74 120 0 35 6 103 470 21 34
Binary 1010101 111100 1010000 0 11101 110 1000011 100111000 10001 11100

Color Harmonies of #553C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C50

Black with #553C50

Text Example


Text Example

White with #553C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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