Html Css Color HEX #55384B Purple Taupe

📋 copy color: '#55384B'

red 85 ◦ green 56 ◦ blue 75

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

Shades of Purple Taupe #55384B

Tints of Purple Taupe #55384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.72%

R = 39.35%
G = 25.93%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#55384B (or 0x55384B) is known color: Purple Taupe. HEX triplet: 55, 38 and 4B. RGB value is (85,56,75). Sum of RGB (Red+Green+Blue) = 85+56+75=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #55384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55384B is #AAC7B4. Grayscale: #424242. Windows color (decimal): -11192245 or 4929621. OLE color: 4929621.

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

Color convert

RGB 85 56 75 -
CMYK 0 0.34 0.12 0.67
HSL 320.69º 0.21% 0.28% -
HSV(B) 320.69º 0.34% 0.33% -
XYZ 6.43 5.27 7.33 -
YUV 66.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 85 56 75 0 0.34 0.12 0.67 320.69 0.21 0.28
Hex 55 38 4B 0 22 C 43 141 15 1C
Octal 125 70 113 0 42 14 103 501 25 34
Binary 1010101 111000 1001011 0 100010 1100 1000011 101000001 10101 11100

Color Harmonies of #55384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55384B

Black with #55384B

Text Example


Text Example

White with #55384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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