Html Css Color HEX #53424F Purple Taupe

📋 copy color: '#53424F'

red 83 ◦ green 66 ◦ blue 79

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

Shades of Purple Taupe #53424F

Tints of Purple Taupe #53424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.95%

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

R = 36.4%
G = 28.95%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53424F (or 0x53424F) is known color: Purple Taupe. HEX triplet: 53, 42 and 4F. RGB value is (83,66,79). Sum of RGB (Red+Green+Blue) = 83+66+79=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #53424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53424F is #ACBDB0. Grayscale: #484848. Windows color (decimal): -11320753 or 5194323. OLE color: 5194323.

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

Color convert

RGB 83 66 79 -
CMYK 0 0.20 0.05 0.67
HSL 314.12º 0.11% 0.29% -
HSV(B) 314.12º 0.2% 0.33% -
XYZ 6.93 6.3 8.25 -
YUV 72.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 83 66 79 0 0.20 0.05 0.67 314.12 0.11 0.29
Hex 53 42 4F 0 14 5 43 13A B 1D
Octal 123 102 117 0 24 5 103 472 13 35
Binary 1010011 1000010 1001111 0 10100 101 1000011 100111010 1011 11101

Color Harmonies of #53424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53424F

Black with #53424F

Text Example


Text Example

White with #53424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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