Html Css Color HEX #554051 Purple Taupe

📋 copy color: '#554051'

red 85 ◦ green 64 ◦ blue 81

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

Shades of Purple Taupe #554051

Tints of Purple Taupe #554051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.83%

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

R = 36.96%
G = 27.83%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#554051 (or 0x554051) is known color: Purple Taupe. HEX triplet: 55, 40 and 51. RGB value is (85,64,81). Sum of RGB (Red+Green+Blue) = 85+64+81=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #554051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554051 is #AABFAE. Grayscale: #484848. Windows color (decimal): -11190191 or 5324885. OLE color: 5324885.

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

Color convert

RGB 85 64 81 -
CMYK 0 0.25 0.05 0.67
HSL 311.43º 0.14% 0.29% -
HSV(B) 311.43º 0.25% 0.33% -
XYZ 7.06 6.19 8.61 -
YUV 72.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 85 64 81 0 0.25 0.05 0.67 311.43 0.14 0.29
Hex 55 40 51 0 19 5 43 137 E 1D
Octal 125 100 121 0 31 5 103 467 16 35
Binary 1010101 1000000 1010001 0 11001 101 1000011 100110111 1110 11101

Color Harmonies of #554051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554051

Black with #554051

Text Example


Text Example

White with #554051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554051; }

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

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

background-color css

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

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

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

border-color css

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

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

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