Html Css Color HEX #554154 Purple Taupe

📋 copy color: '#554154'

red 85 ◦ green 65 ◦ blue 84

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

Shades of Purple Taupe #554154

Tints of Purple Taupe #554154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

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

R = 36.32%
G = 27.78%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#554154 (or 0x554154) is known color: Purple Taupe. HEX triplet: 55, 41 and 54. RGB value is (85,65,84). Sum of RGB (Red+Green+Blue) = 85+65+84=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #554154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554154 is #AABEAB. Grayscale: #494949. Windows color (decimal): -11189932 or 5521749. OLE color: 5521749.

HSL color Cylindrical-coordinate representation of color #554154: hue angle of 303º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554154 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 65 84 -
CMYK 0 0.24 0.01 0.67
HSL 303º 0.13% 0.29% -
HSV(B) 303º 0.24% 0.33% -
XYZ 7.24 6.35 9.23 -
YUV 73.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 85 65 84 0 0.24 0.01 0.67 303 0.13 0.29
Hex 55 41 54 0 18 1 43 12F D 1D
Octal 125 101 124 0 30 1 103 457 15 35
Binary 1010101 1000001 1010100 0 11000 1 1000011 100101111 1101 11101

Color Harmonies of #554154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554154

Black with #554154

Text Example


Text Example

White with #554154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554154; }

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

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

background-color css

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

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

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

border-color css

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

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

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