Html Css Color HEX #55384E Purple Taupe

📋 copy color: '#55384E'

red 85 ◦ green 56 ◦ blue 78

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

Shades of Purple Taupe #55384E

Tints of Purple Taupe #55384E

RGB

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

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

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

R = 38.81%
G = 25.57%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#55384E (or 0x55384E) is known color: Purple Taupe. HEX triplet: 55, 38 and 4E. RGB value is (85,56,78). Sum of RGB (Red+Green+Blue) = 85+56+78=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #55384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55384E is #AAC7B1. Grayscale: #434343. Windows color (decimal): -11192242 or 5126229. OLE color: 5126229.

HSL color Cylindrical-coordinate representation of color #55384E: hue angle of 314.48º 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 #55384E is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 56 78 -
CMYK 0 0.34 0.08 0.67
HSL 314.48º 0.21% 0.28% -
HSV(B) 314.48º 0.34% 0.33% -
XYZ 6.54 5.31 7.89 -
YUV 67.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 85 56 78 0 0.34 0.08 0.67 314.48 0.21 0.28
Hex 55 38 4E 0 22 8 43 13A 15 1C
Octal 125 70 116 0 42 10 103 472 25 34
Binary 1010101 111000 1001110 0 100010 1000 1000011 100111010 10101 11100

Color Harmonies of #55384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55384E

Black with #55384E

Text Example


Text Example

White with #55384E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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