Html Css Color HEX #584057 Purple Taupe

📋 copy color: '#584057'

red 88 ◦ green 64 ◦ blue 87

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

Shades of Purple Taupe #584057

Tints of Purple Taupe #584057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.4%

R = 36.82%
G = 26.78%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#584057 (or 0x584057) is known color: Purple Taupe. HEX triplet: 58, 40 and 57. RGB value is (88,64,87). Sum of RGB (Red+Green+Blue) = 88+64+87=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #584057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584057 is #A7BFA8. Grayscale: #494949. Windows color (decimal): -10993577 or 5718104. OLE color: 5718104.

HSL color Cylindrical-coordinate representation of color #584057: hue angle of 302.5º 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 #584057 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 64 87 -
CMYK 0 0.27 0.01 0.65
HSL 302.5º 0.16% 0.3% -
HSV(B) 302.5º 0.27% 0.35% -
XYZ 7.58 6.43 9.86 -
YUV 73.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 88 64 87 0 0.27 0.01 0.65 302.5 0.16 0.3
Hex 58 40 57 0 1B 1 41 12E 10 1E
Octal 130 100 127 0 33 1 101 456 20 36
Binary 1011000 1000000 1010111 0 11011 1 1000001 100101110 10000 11110

Color Harmonies of #584057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584057

Black with #584057

Text Example


Text Example

White with #584057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584057; }

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

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

background-color css

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

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

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

border-color css

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

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

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