Html Css Color HEX #5A4252 Purple Taupe

📋 copy color: '#5A4252'

red 90 ◦ green 66 ◦ blue 82

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

Shades of Purple Taupe #5A4252

Tints of Purple Taupe #5A4252

RGB

 RED value IS 90 (35.55% from 255) = 37.82%

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

 BLUE value IS 82 (32.42% from 255) = 34.45%

R = 37.82%
G = 27.73%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#5A4252 (or 0x5A4252) is known color: Purple Taupe. HEX triplet: 5A, 42 and 52. RGB value is (90,66,82). Sum of RGB (Red+Green+Blue) = 90+66+82=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4252 is #A5BDAD. Grayscale: #4A4A4A. Windows color (decimal): -10861998 or 5390938. OLE color: 5390938.

HSL color Cylindrical-coordinate representation of color #5A4252: hue angle of 320º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A4252 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 66 82 -
CMYK 0 0.27 0.09 0.65
HSL 320º 0.15% 0.31% -
HSV(B) 320º 0.27% 0.35% -
XYZ 7.69 6.68 8.87 -
YUV 75 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 90 66 82 0 0.27 0.09 0.65 320 0.15 0.31
Hex 5A 42 52 0 1B 9 41 140 F 1F
Octal 132 102 122 0 33 11 101 500 17 37
Binary 1011010 1000010 1010010 0 11011 1001 1000001 101000000 1111 11111

Color Harmonies of #5A4252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4252

Black with #5A4252

Text Example


Text Example

White with #5A4252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A4252; }

 p { color: rgb(90,66,82); }

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

background-color css

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

 a { background-color: rgb(90,66,82); }

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

border-color css

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

 span { border-color: rgb(90,66,82); }

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