Html Css Color HEX #554550 Purple Taupe

📋 copy color: '#554550'

red 85 ◦ green 69 ◦ blue 80

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

Shades of Purple Taupe #554550

Tints of Purple Taupe #554550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.49%

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 36.32%
G = 29.49%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#554550 (or 0x554550) is known color: Purple Taupe. HEX triplet: 55, 45 and 50. RGB value is (85,69,80). Sum of RGB (Red+Green+Blue) = 85+69+80=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #554550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554550 is #AABAAF. Grayscale: #4B4B4B. Windows color (decimal): -11188912 or 5260629. OLE color: 5260629.

HSL color Cylindrical-coordinate representation of color #554550: hue angle of 318.75º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554550 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 69 80 -
CMYK 0 0.19 0.06 0.67
HSL 318.75º 0.1% 0.3% -
HSV(B) 318.75º 0.19% 0.33% -
XYZ 7.32 6.77 8.51 -
YUV 75.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 85 69 80 0 0.19 0.06 0.67 318.75 0.1 0.3
Hex 55 45 50 0 13 6 43 13F A 1E
Octal 125 105 120 0 23 6 103 477 12 36
Binary 1010101 1000101 1010000 0 10011 110 1000011 100111111 1010 11110

Color Harmonies of #554550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554550

Black with #554550

Text Example


Text Example

White with #554550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554550; }

 p { color: rgb(85,69,80); }

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

background-color css

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

 a { background-color: rgb(85,69,80); }

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

border-color css

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

 span { border-color: rgb(85,69,80); }

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