Html Css Color HEX #554651 Purple Taupe

📋 copy color: '#554651'

red 85 ◦ green 70 ◦ blue 81

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

Shades of Purple Taupe #554651

Tints of Purple Taupe #554651

RGB

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

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

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

R = 36.02%
G = 29.66%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#554651 (or 0x554651) is known color: Purple Taupe. HEX triplet: 55, 46 and 51. RGB value is (85,70,81). Sum of RGB (Red+Green+Blue) = 85+70+81=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #554651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554651 is #AAB9AE. Grayscale: #4B4B4B. Windows color (decimal): -11188655 or 5326421. OLE color: 5326421.

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

Color convert

RGB 85 70 81 -
CMYK 0 0.18 0.05 0.67
HSL 316º 0.1% 0.3% -
HSV(B) 316º 0.18% 0.33% -
XYZ 7.42 6.91 8.73 -
YUV 75.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 85 70 81 0 0.18 0.05 0.67 316 0.1 0.3
Hex 55 46 51 0 12 5 43 13C A 1E
Octal 125 106 121 0 22 5 103 474 12 36
Binary 1010101 1000110 1010001 0 10010 101 1000011 100111100 1010 11110

Color Harmonies of #554651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554651

Black with #554651

Text Example


Text Example

White with #554651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554651; }

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

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

background-color css

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

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

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

border-color css

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

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

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