Html Css Color HEX #554654 Purple Taupe

📋 copy color: '#554654'

red 85 ◦ green 70 ◦ blue 84

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

Shades of Purple Taupe #554654

Tints of Purple Taupe #554654

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

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

R = 35.56%
G = 29.29%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#554654 (or 0x554654) is known color: Purple Taupe. HEX triplet: 55, 46 and 54. RGB value is (85,70,84). Sum of RGB (Red+Green+Blue) = 85+70+84=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #554654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554654 is #AAB9AB. Grayscale: #4C4C4C. Windows color (decimal): -11188652 or 5523029. OLE color: 5523029.

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

Color convert

RGB 85 70 84 -
CMYK 0 0.18 0.01 0.67
HSL 304º 0.1% 0.3% -
HSV(B) 304º 0.18% 0.33% -
XYZ 7.54 6.95 9.33 -
YUV 76.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 85 70 84 0 0.18 0.01 0.67 304 0.1 0.3
Hex 55 46 54 0 12 1 43 130 A 1E
Octal 125 106 124 0 22 1 103 460 12 36
Binary 1010101 1000110 1010100 0 10010 1 1000011 100110000 1010 11110

Color Harmonies of #554654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554654

Black with #554654

Text Example


Text Example

White with #554654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554654; }

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

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

background-color css

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

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

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

border-color css

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

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

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