#574D50

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

Shades of Don Juan #574D50

Tints of Don Juan #574D50

Color information

#574D50 (or 0x574D50) is unknown color: approx Don Juan. HEX triplet: 57, 4D and 50. RGB value is (87,77,80). Sum of RGB (Red+Green+Blue) = 87+77+80=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 87 - color contains mainly: red. Hex color #574D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D50 is #A8B2AF. Grayscale: #505050. Windows color (decimal): -11055792 or 5262679. OLE color: 5262679.

HSL color Cylindrical-coordinate representation of color #574D50: hue angle of 342º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #574D50 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB877780-
CMYK00.110.080.66
HSL342º6.1%32.16%-
HSV(B)342º11.49%34.12%-
XYZ8.037.918.69-
YUV80.33127.81132.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.66%
GREEN value IS 77 (30.47% from 255) = 31.56%
BLUE value IS 80 (31.64% from 255) = 32.79%
R=35.66%
G=31.56%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87778000.110.080.663426.132.16
Hex574D500B842156620
Octal12711512001310102526640
Binary1010111100110110100000101110001000010101010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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