#574C4F

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

Shades of Don Juan #574C4F

Tints of Don Juan #574C4F

Color information

#574C4F (or 0x574C4F) is unknown color: approx Don Juan. HEX triplet: 57, 4C and 4F. RGB value is (87,76,79). Sum of RGB (Red+Green+Blue) = 87+76+79=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 87 - color contains mainly: red. Hex color #574C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574C4F is #A8B3B0. Grayscale: #4F4F4F. Windows color (decimal): -11056049 or 5196887. OLE color: 5196887.

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

Color convert

RGB877679-
CMYK00.130.090.66
HSL343.64º6.75%31.96%-
HSV(B)343.64º12.64%34.12%-
XYZ7.937.768.48-
YUV79.63127.64133.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=35.95%
G=31.40%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87767900.130.090.66343.646.7531.96
Hex574C4F0D942158720
Octal12711411701511102530740
Binary1010111100110010011110110110011000010101011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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