Html Css Color HEX #5A4558 Purple Taupe

📋 copy color: '#5A4558'

red 90 ◦ green 69 ◦ blue 88

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

Shades of Purple Taupe #5A4558

Tints of Purple Taupe #5A4558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.94%

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

R = 36.44%
G = 27.94%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#5A4558 (or 0x5A4558) is known color: Purple Taupe. HEX triplet: 5A, 45 and 58. RGB value is (90,69,88). Sum of RGB (Red+Green+Blue) = 90+69+88=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4558 is #A5BAA7. Grayscale: #4D4D4D. Windows color (decimal): -10861224 or 5784922. OLE color: 5784922.

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

Color convert

RGB 90 69 88 -
CMYK 0 0.23 0.02 0.65
HSL 305.71º 0.13% 0.31% -
HSV(B) 305.71º 0.23% 0.35% -
XYZ 8.11 7.13 10.18 -
YUV 77.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 90 69 88 0 0.23 0.02 0.65 305.71 0.13 0.31
Hex 5A 45 58 0 17 2 41 132 D 1F
Octal 132 105 130 0 27 2 101 462 15 37
Binary 1011010 1000101 1011000 0 10111 10 1000001 100110010 1101 11111

Color Harmonies of #5A4558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4558

Black with #5A4558

Text Example


Text Example

White with #5A4558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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