Html Css Color HEX #554C54 Purple Taupe

📋 copy color: '#554C54'

red 85 ◦ green 76 ◦ blue 84

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

Shades of Purple Taupe #554C54

Tints of Purple Taupe #554C54

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

 BLUE value IS 84 (33.2% from 255) = 34.29%

R = 34.69%
G = 31.02%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#554C54 (or 0x554C54) is known color: Purple Taupe. HEX triplet: 55, 4C and 54. RGB value is (85,76,84). Sum of RGB (Red+Green+Blue) = 85+76+84=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 85 - color contains mainly: red. Hex color #554C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C54 is #AAB3AB. Grayscale: #4F4F4F. Windows color (decimal): -11187116 or 5524565. OLE color: 5524565.

HSL color Cylindrical-coordinate representation of color #554C54: hue angle of 306.67º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #554C54 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 76 84 -
CMYK 0 0.11 0.01 0.67
HSL 306.67º 0.06% 0.32% -
HSV(B) 306.67º 0.11% 0.33% -
XYZ 7.93 7.74 9.46 -
YUV 79.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 85 76 84 0 0.11 0.01 0.67 306.67 0.06 0.32
Hex 55 4C 54 0 B 1 43 133 6 20
Octal 125 114 124 0 13 1 103 463 6 40
Binary 1010101 1001100 1010100 0 1011 1 1000011 100110011 110 100000

Color Harmonies of #554C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C54

Black with #554C54

Text Example


Text Example

White with #554C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554C54; }

 p { color: rgb(85,76,84); }

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

background-color css

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

 a { background-color: rgb(85,76,84); }

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

border-color css

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

 span { border-color: rgb(85,76,84); }

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