Html Css Color HEX #514550 Purple Taupe

📋 copy color: '#514550'

red 81 ◦ green 69 ◦ blue 80

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

Shades of Purple Taupe #514550

Tints of Purple Taupe #514550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30%

 BLUE value IS 80 (31.64% from 255) = 34.78%

R = 35.22%
G = 30%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#514550 (or 0x514550) is known color: Purple Taupe. HEX triplet: 51, 45 and 50. RGB value is (81,69,80). Sum of RGB (Red+Green+Blue) = 81+69+80=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 81 - color contains mainly: red. Hex color #514550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514550 is #AEBAAF. Grayscale: #494949. Windows color (decimal): -11451056 or 5260625. OLE color: 5260625.

HSL color Cylindrical-coordinate representation of color #514550: hue angle of 305º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #514550 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 69 80 -
CMYK 0 0.15 0.01 0.68
HSL 305º 0.08% 0.29% -
HSV(B) 305º 0.15% 0.32% -
XYZ 6.97 6.58 8.49 -
YUV 73.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 81 69 80 0 0.15 0.01 0.68 305 0.08 0.29
Hex 51 45 50 0 F 1 44 131 8 1D
Octal 121 105 120 0 17 1 104 461 10 35
Binary 1010001 1000101 1010000 0 1111 1 1000100 100110001 1000 11101

Color Harmonies of #514550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514550

Black with #514550

Text Example


Text Example

White with #514550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514550; }

 p { color: rgb(81,69,80); }

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

background-color css

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

 a { background-color: rgb(81,69,80); }

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

border-color css

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

 span { border-color: rgb(81,69,80); }

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