Html Css Color HEX #5A3756 Purple Taupe

📋 copy color: '#5A3756'

red 90 ◦ green 55 ◦ blue 86

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

Shades of Purple Taupe #5A3756

Tints of Purple Taupe #5A3756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.81%

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 38.96%
G = 23.81%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#5A3756 (or 0x5A3756) is known color: Purple Taupe. HEX triplet: 5A, 37 and 56. RGB value is (90,55,86). Sum of RGB (Red+Green+Blue) = 90+55+86=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3756 is #A5C8A9. Grayscale: #444444. Windows color (decimal): -10864810 or 5650266. OLE color: 5650266.

HSL color Cylindrical-coordinate representation of color #5A3756: hue angle of 306.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A3756 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 55 86 -
CMYK 0 0.39 0.04 0.65
HSL 306.86º 0.24% 0.28% -
HSV(B) 306.86º 0.39% 0.35% -
XYZ 7.26 5.58 9.5 -
YUV 69 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 90 55 86 0 0.39 0.04 0.65 306.86 0.24 0.28
Hex 5A 37 56 0 27 4 41 133 18 1C
Octal 132 67 126 0 47 4 101 463 30 34
Binary 1011010 110111 1010110 0 100111 100 1000001 100110011 11000 11100

Color Harmonies of #5A3756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3756

Black with #5A3756

Text Example


Text Example

White with #5A3756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,55,86); }

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

background-color css

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

 a { background-color: rgb(90,55,86); }

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

border-color css

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

 span { border-color: rgb(90,55,86); }

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