Html Css Color HEX #55394E Purple Taupe

📋 copy color: '#55394E'

red 85 ◦ green 57 ◦ blue 78

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

Shades of Purple Taupe #55394E

Tints of Purple Taupe #55394E

RGB

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

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

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

R = 38.64%
G = 25.91%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#55394E (or 0x55394E) is known color: Purple Taupe. HEX triplet: 55, 39 and 4E. RGB value is (85,57,78). Sum of RGB (Red+Green+Blue) = 85+57+78=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #55394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55394E is #AAC6B1. Grayscale: #434343. Windows color (decimal): -11191986 or 5126485. OLE color: 5126485.

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

Color convert

RGB 85 57 78 -
CMYK 0 0.33 0.08 0.67
HSL 315º 0.2% 0.28% -
HSV(B) 315º 0.33% 0.33% -
XYZ 6.58 5.41 7.9 -
YUV 67.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 85 57 78 0 0.33 0.08 0.67 315 0.2 0.28
Hex 55 39 4E 0 21 8 43 13B 14 1C
Octal 125 71 116 0 41 10 103 473 24 34
Binary 1010101 111001 1001110 0 100001 1000 1000011 100111011 10100 11100

Color Harmonies of #55394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55394E

Black with #55394E

Text Example


Text Example

White with #55394E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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