#574B4E

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

Shades of Don Juan #574B4E

Tints of Don Juan #574B4E

Color information

#574B4E (or 0x574B4E) is unknown color: approx Don Juan. HEX triplet: 57, 4B and 4E. RGB value is (87,75,78). Sum of RGB (Red+Green+Blue) = 87+75+78=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #574B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B4E is #A8B4B1. Grayscale: #4E4E4E. Windows color (decimal): -11056306 or 5131095. OLE color: 5131095.

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

Color convert

RGB877578-
CMYK00.140.100.66
HSL345º7.41%31.76%-
HSV(B)345º13.79%34.12%-
XYZ7.827.618.26-
YUV78.93127.48133.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=36.25%
G=31.25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87757800.140.100.663457.4131.76
Hex574B4E0EA42159720
Octal12711311601612102531740
Binary1010111100101110011100111010101000010101011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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