#574D4F

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

Shades of Don Juan #574D4F

Tints of Don Juan #574D4F

Color information

#574D4F (or 0x574D4F) is unknown color: approx Don Juan. HEX triplet: 57, 4D and 4F. RGB value is (87,77,79). Sum of RGB (Red+Green+Blue) = 87+77+79=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 87 - color contains mainly: red. Hex color #574D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D4F is #A8B2B0. Grayscale: #505050. Windows color (decimal): -11055793 or 5197143. OLE color: 5197143.

HSL color Cylindrical-coordinate representation of color #574D4F: hue angle of 348º 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 #574D4F is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB877779-
CMYK00.110.090.66
HSL348º6.1%32.16%-
HSV(B)348º11.49%34.12%-
XYZ87.98.5-
YUV80.22127.31132.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=35.80%
G=31.69%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87777900.110.090.663486.132.16
Hex574D4F0B94215c620
Octal12711511701311102534640
Binary1010111100110110011110101110011000010101011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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