Html Css Color HEX #5A3858 Purple Taupe

📋 copy color: '#5A3858'

red 90 ◦ green 56 ◦ blue 88

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

Shades of Purple Taupe #5A3858

Tints of Purple Taupe #5A3858

RGB

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

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

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

R = 38.46%
G = 23.93%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#5A3858 (or 0x5A3858) is known color: Purple Taupe. HEX triplet: 5A, 38 and 58. RGB value is (90,56,88). Sum of RGB (Red+Green+Blue) = 90+56+88=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3858 is #A5C7A7. Grayscale: #454545. Windows color (decimal): -10864552 or 5781594. OLE color: 5781594.

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

Color convert

RGB 90 56 88 -
CMYK 0 0.38 0.02 0.65
HSL 303.53º 0.23% 0.29% -
HSV(B) 303.53º 0.38% 0.35% -
XYZ 7.39 5.71 9.94 -
YUV 69.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 90 56 88 0 0.38 0.02 0.65 303.53 0.23 0.29
Hex 5A 38 58 0 26 2 41 130 17 1D
Octal 132 70 130 0 46 2 101 460 27 35
Binary 1011010 111000 1011000 0 100110 10 1000001 100110000 10111 11101

Color Harmonies of #5A3858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3858

Black with #5A3858

Text Example


Text Example

White with #5A3858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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