Html Css Color HEX #553F4E Purple Taupe

📋 copy color: '#553F4E'

red 85 ◦ green 63 ◦ blue 78

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

Shades of Purple Taupe #553F4E

Tints of Purple Taupe #553F4E

RGB

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

 GREEN value IS 63 (25% from 255) = 27.88%

 BLUE value IS 78 (30.86% from 255) = 34.51%

R = 37.61%
G = 27.88%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#553F4E (or 0x553F4E) is known color: Purple Taupe. HEX triplet: 55, 3F and 4E. RGB value is (85,63,78). Sum of RGB (Red+Green+Blue) = 85+63+78=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #553F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F4E is #AAC0B1. Grayscale: #474747. Windows color (decimal): -11190450 or 5128021. OLE color: 5128021.

HSL color Cylindrical-coordinate representation of color #553F4E: hue angle of 319.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #553F4E is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 63 78 -
CMYK 0 0.26 0.08 0.67
HSL 319.09º 0.15% 0.29% -
HSV(B) 319.09º 0.26% 0.33% -
XYZ 6.9 6.04 8.01 -
YUV 71.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 85 63 78 0 0.26 0.08 0.67 319.09 0.15 0.29
Hex 55 3F 4E 0 1A 8 43 13F F 1D
Octal 125 77 116 0 32 10 103 477 17 35
Binary 1010101 111111 1001110 0 11010 1000 1000011 100111111 1111 11101

Color Harmonies of #553F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F4E

Black with #553F4E

Text Example


Text Example

White with #553F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,63,78); }

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

background-color css

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

 a { background-color: rgb(85,63,78); }

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

border-color css

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

 span { border-color: rgb(85,63,78); }

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