Html Css Color HEX #53454F Purple Taupe

📋 copy color: '#53454F'

red 83 ◦ green 69 ◦ blue 79

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

Shades of Purple Taupe #53454F

Tints of Purple Taupe #53454F

RGB

 RED value IS 83 (32.81% from 255) = 35.93%

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

 BLUE value IS 79 (31.25% from 255) = 34.2%

R = 35.93%
G = 29.87%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53454F (or 0x53454F) is known color: Purple Taupe. HEX triplet: 53, 45 and 4F. RGB value is (83,69,79). Sum of RGB (Red+Green+Blue) = 83+69+79=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #53454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53454F is #ACBAB0. Grayscale: #4A4A4A. Windows color (decimal): -11319985 or 5195091. OLE color: 5195091.

HSL color Cylindrical-coordinate representation of color #53454F: hue angle of 317.14º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #53454F is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 79 -
CMYK 0 0.17 0.05 0.67
HSL 317.14º 0.09% 0.3% -
HSV(B) 317.14º 0.17% 0.33% -
XYZ 7.11 6.66 8.31 -
YUV 74.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 83 69 79 0 0.17 0.05 0.67 317.14 0.09 0.3
Hex 53 45 4F 0 11 5 43 13D 9 1E
Octal 123 105 117 0 21 5 103 475 11 36
Binary 1010011 1000101 1001111 0 10001 101 1000011 100111101 1001 11110

Color Harmonies of #53454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53454F

Black with #53454F

Text Example


Text Example

White with #53454F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53454F; }

 p { color: rgb(83,69,79); }

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

background-color css

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

 a { background-color: rgb(83,69,79); }

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

border-color css

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

 span { border-color: rgb(83,69,79); }

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