#574E50

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

Shades of Don Juan #574E50

Tints of Don Juan #574E50

Color information

#574E50 (or 0x574E50) is unknown color: approx Don Juan. HEX triplet: 57, 4E and 50. RGB value is (87,78,80). Sum of RGB (Red+Green+Blue) = 87+78+80=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 87 - color contains mainly: red. Hex color #574E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E50 is #A8B1AF. Grayscale: #505050. Windows color (decimal): -11055536 or 5262935. OLE color: 5262935.

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

Color convert

RGB877880-
CMYK00.100.080.66
HSL346.67º5.45%32.35%-
HSV(B)346.67º10.34%34.12%-
XYZ8.18.058.72-
YUV80.92127.48132.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.51%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=35.51%
G=31.84%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87788000.100.080.66346.675.4532.35
Hex574E500A84215b520
Octal12711612001210102533540
Binary1010111100111010100000101010001000010101011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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