Html Css Color HEX #55394F Purple Taupe

📋 copy color: '#55394F'

red 85 ◦ green 57 ◦ blue 79

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

Shades of Purple Taupe #55394F

Tints of Purple Taupe #55394F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.75%

R = 38.46%
G = 25.79%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#55394F (or 0x55394F) is known color: Purple Taupe. HEX triplet: 55, 39 and 4F. RGB value is (85,57,79). Sum of RGB (Red+Green+Blue) = 85+57+79=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #55394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55394F is #AAC6B0. Grayscale: #434343. Windows color (decimal): -11191985 or 5192021. OLE color: 5192021.

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

Color convert

RGB 85 57 79 -
CMYK 0 0.33 0.07 0.67
HSL 312.86º 0.2% 0.28% -
HSV(B) 312.86º 0.33% 0.33% -
XYZ 6.62 5.42 8.09 -
YUV 67.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 85 57 79 0 0.33 0.07 0.67 312.86 0.2 0.28
Hex 55 39 4F 0 21 7 43 139 14 1C
Octal 125 71 117 0 41 7 103 471 24 34
Binary 1010101 111001 1001111 0 100001 111 1000011 100111001 10100 11100

Color Harmonies of #55394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55394F

Black with #55394F

Text Example


Text Example

White with #55394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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