Html Css Color HEX #5A3852 Purple Taupe

📋 copy color: '#5A3852'

red 90 ◦ green 56 ◦ blue 82

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

Shades of Purple Taupe #5A3852

Tints of Purple Taupe #5A3852

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.56%

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

R = 39.47%
G = 24.56%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#5A3852 (or 0x5A3852) is known color: Purple Taupe. HEX triplet: 5A, 38 and 52. RGB value is (90,56,82). Sum of RGB (Red+Green+Blue) = 90+56+82=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3852 is #A5C7AD. Grayscale: #454545. Windows color (decimal): -10864558 or 5388378. OLE color: 5388378.

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

Color convert

RGB 90 56 82 -
CMYK 0 0.38 0.09 0.65
HSL 314.12º 0.23% 0.29% -
HSV(B) 314.12º 0.38% 0.35% -
XYZ 7.15 5.61 8.69 -
YUV 69.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 90 56 82 0 0.38 0.09 0.65 314.12 0.23 0.29
Hex 5A 38 52 0 26 9 41 13A 17 1D
Octal 132 70 122 0 46 11 101 472 27 35
Binary 1011010 111000 1010010 0 100110 1001 1000001 100111010 10111 11101

Color Harmonies of #5A3852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3852

Black with #5A3852

Text Example


Text Example

White with #5A3852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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