Html Css Color HEX #5A4058 Purple Taupe

📋 copy color: '#5A4058'

red 90 ◦ green 64 ◦ blue 88

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

Shades of Purple Taupe #5A4058

Tints of Purple Taupe #5A4058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

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

R = 37.19%
G = 26.45%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#5A4058 (or 0x5A4058) is known color: Purple Taupe. HEX triplet: 5A, 40 and 58. RGB value is (90,64,88). Sum of RGB (Red+Green+Blue) = 90+64+88=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4058 is #A5BFA7. Grayscale: #4A4A4A. Windows color (decimal): -10862504 or 5783642. OLE color: 5783642.

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

Color convert

RGB 90 64 88 -
CMYK 0 0.29 0.02 0.65
HSL 304.62º 0.17% 0.3% -
HSV(B) 304.62º 0.29% 0.35% -
XYZ 7.81 6.55 10.08 -
YUV 74.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 90 64 88 0 0.29 0.02 0.65 304.62 0.17 0.3
Hex 5A 40 58 0 1D 2 41 131 11 1E
Octal 132 100 130 0 35 2 101 461 21 36
Binary 1011010 1000000 1011000 0 11101 10 1000001 100110001 10001 11110

Color Harmonies of #5A4058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4058

Black with #5A4058

Text Example


Text Example

White with #5A4058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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