Html Css Color HEX #584054 Purple Taupe

📋 copy color: '#584054'

red 88 ◦ green 64 ◦ blue 84

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

Shades of Purple Taupe #584054

Tints of Purple Taupe #584054

RGB

 RED value IS 88 (34.77% from 255) = 37.29%

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

 BLUE value IS 84 (33.2% from 255) = 35.59%

R = 37.29%
G = 27.12%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#584054 (or 0x584054) is known color: Purple Taupe. HEX triplet: 58, 40 and 54. RGB value is (88,64,84). Sum of RGB (Red+Green+Blue) = 88+64+84=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #584054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584054 is #A7BFAB. Grayscale: #494949. Windows color (decimal): -10993580 or 5521496. OLE color: 5521496.

HSL color Cylindrical-coordinate representation of color #584054: hue angle of 310º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #584054 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 64 84 -
CMYK 0 0.27 0.05 0.65
HSL 310º 0.16% 0.3% -
HSV(B) 310º 0.27% 0.35% -
XYZ 7.46 6.38 9.23 -
YUV 73.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 88 64 84 0 0.27 0.05 0.65 310 0.16 0.3
Hex 58 40 54 0 1B 5 41 136 10 1E
Octal 130 100 124 0 33 5 101 466 20 36
Binary 1011000 1000000 1010100 0 11011 101 1000001 100110110 10000 11110

Color Harmonies of #584054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584054

Black with #584054

Text Example


Text Example

White with #584054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584054; }

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

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

background-color css

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

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

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

border-color css

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

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

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