Html Css Color HEX #584052 Purple Taupe

📋 copy color: '#584052'

red 88 ◦ green 64 ◦ blue 82

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

Shades of Purple Taupe #584052

Tints of Purple Taupe #584052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.04%

R = 37.61%
G = 27.35%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#584052 (or 0x584052) is known color: Purple Taupe. HEX triplet: 58, 40 and 52. RGB value is (88,64,82). Sum of RGB (Red+Green+Blue) = 88+64+82=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #584052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584052 is #A7BFAD. Grayscale: #494949. Windows color (decimal): -10993582 or 5390424. OLE color: 5390424.

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

Color convert

RGB 88 64 82 -
CMYK 0 0.27 0.07 0.65
HSL 315º 0.16% 0.3% -
HSV(B) 315º 0.27% 0.35% -
XYZ 7.38 6.35 8.82 -
YUV 73.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 88 64 82 0 0.27 0.07 0.65 315 0.16 0.3
Hex 58 40 52 0 1B 7 41 13B 10 1E
Octal 130 100 122 0 33 7 101 473 20 36
Binary 1011000 1000000 1010010 0 11011 111 1000001 100111011 10000 11110

Color Harmonies of #584052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584052

Black with #584052

Text Example


Text Example

White with #584052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584052; }

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

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

background-color css

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

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

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

border-color css

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

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

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