Html Css Color HEX #55384C Purple Taupe

📋 copy color: '#55384C'

red 85 ◦ green 56 ◦ blue 76

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

Shades of Purple Taupe #55384C

Tints of Purple Taupe #55384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.81%

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 39.17%
G = 25.81%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55384C (or 0x55384C) is known color: Purple Taupe. HEX triplet: 55, 38 and 4C. RGB value is (85,56,76). Sum of RGB (Red+Green+Blue) = 85+56+76=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #55384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55384C is #AAC7B3. Grayscale: #424242. Windows color (decimal): -11192244 or 4995157. OLE color: 4995157.

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

Color convert

RGB 85 56 76 -
CMYK 0 0.34 0.11 0.67
HSL 318.62º 0.21% 0.28% -
HSV(B) 318.62º 0.34% 0.33% -
XYZ 6.46 5.28 7.52 -
YUV 66.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 85 56 76 0 0.34 0.11 0.67 318.62 0.21 0.28
Hex 55 38 4C 0 22 B 43 13F 15 1C
Octal 125 70 114 0 42 13 103 477 25 34
Binary 1010101 111000 1001100 0 100010 1011 1000011 100111111 10101 11100

Color Harmonies of #55384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55384C

Black with #55384C

Text Example


Text Example

White with #55384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55384C; }

 p { color: rgb(85,56,76); }

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

background-color css

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

 a { background-color: rgb(85,56,76); }

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

border-color css

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

 span { border-color: rgb(85,56,76); }

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