Html Css Color HEX #554551 Purple Taupe

📋 copy color: '#554551'

red 85 ◦ green 69 ◦ blue 81

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

Shades of Purple Taupe #554551

Tints of Purple Taupe #554551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.47%

R = 36.17%
G = 29.36%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#554551 (or 0x554551) is known color: Purple Taupe. HEX triplet: 55, 45 and 51. RGB value is (85,69,81). Sum of RGB (Red+Green+Blue) = 85+69+81=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #554551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554551 is #AABAAE. Grayscale: #4B4B4B. Windows color (decimal): -11188911 or 5326165. OLE color: 5326165.

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

Color convert

RGB 85 69 81 -
CMYK 0 0.19 0.05 0.67
HSL 315º 0.1% 0.3% -
HSV(B) 315º 0.19% 0.33% -
XYZ 7.36 6.78 8.71 -
YUV 75.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 85 69 81 0 0.19 0.05 0.67 315 0.1 0.3
Hex 55 45 51 0 13 5 43 13B A 1E
Octal 125 105 121 0 23 5 103 473 12 36
Binary 1010101 1000101 1010001 0 10011 101 1000011 100111011 1010 11110

Color Harmonies of #554551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554551

Black with #554551

Text Example


Text Example

White with #554551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554551; }

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

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

background-color css

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

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

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

border-color css

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

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

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