#584D50

Color #584D50 Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #584D50

Tints of Don Juan #584D50

Color information

#584D50 (or 0x584D50) is unknown color: approx Don Juan. HEX triplet: 58, 4D and 50. RGB value is (88,77,80). Sum of RGB (Red+Green+Blue) = 88+77+80=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 88 - color contains mainly: red. Hex color #584D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D50 is #A7B2AF. Grayscale: #505050. Windows color (decimal): -10990256 or 5262680. OLE color: 5262680.

HSL color Cylindrical-coordinate representation of color #584D50: hue angle of 343.64º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #584D50 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB887780-
CMYK00.120.090.65
HSL343.64º6.67%32.35%-
HSV(B)343.64º12.5%34.51%-
XYZ8.137.968.7-
YUV80.63127.64133.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=35.92%
G=31.43%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88778000.120.090.65343.646.6732.35
Hex584D500C941158720
Octal13011512001411101530740
Binary1011000100110110100000110010011000001101011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584D50; }

 p { color: rgb(88,77,80); }

 H1.HeaderClassName
 {
   color: #584D50;
 }
 .AnyTagClassName
 {
   color: #584D50;
 }
</style>
background-color css

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

 a { background-color: rgb(88,77,80); }

 div.DivClassName
 {
   background-color: #584D50;
 }
 .BgClassName
 {
   background-color: #584D50;
 }
</style>
border-color css

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

 span { border-color: rgb(88,77,80); }

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