Html Css Color HEX #5A3758 Purple Taupe

📋 copy color: '#5A3758'

red 90 ◦ green 55 ◦ blue 88

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

Shades of Purple Taupe #5A3758

Tints of Purple Taupe #5A3758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.77%

R = 38.63%
G = 23.61%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#5A3758 (or 0x5A3758) is known color: Purple Taupe. HEX triplet: 5A, 37 and 58. RGB value is (90,55,88). Sum of RGB (Red+Green+Blue) = 90+55+88=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3758 is #A5C8A7. Grayscale: #454545. Windows color (decimal): -10864808 or 5781338. OLE color: 5781338.

HSL color Cylindrical-coordinate representation of color #5A3758: hue angle of 303.43º 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 #5A3758 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 55 88 -
CMYK 0 0.39 0.02 0.65
HSL 303.43º 0.24% 0.28% -
HSV(B) 303.43º 0.39% 0.35% -
XYZ 7.34 5.61 9.93 -
YUV 69.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 90 55 88 0 0.39 0.02 0.65 303.43 0.24 0.28
Hex 5A 37 58 0 27 2 41 12F 18 1C
Octal 132 67 130 0 47 2 101 457 30 34
Binary 1011010 110111 1011000 0 100111 10 1000001 100101111 11000 11100

Color Harmonies of #5A3758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3758

Black with #5A3758

Text Example


Text Example

White with #5A3758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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