Shades of Don Juan #554A4D
Tints of Don Juan #554A4D
RGB
CMYK
RGB Variations
Color information
#554A4D (or 0x554A4D) is known color: Don Juan. HEX triplet: 55, 4A and 4D. RGB value is (85,74,77). Sum of RGB (Red+Green+Blue) = 85+74+77=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #554A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A4D is #AAB5B2. Grayscale: #4D4D4D. Windows color (decimal): -11187635 or 5065301. OLE color: 5065301.
HSL color Cylindrical-coordinate representation of color #554A4D: hue angle of 343.64º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #554A4D is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 77 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.67 |
| HSL | 343.64º | 0.07% | 0.31% | - |
| HSV(B) | 343.64º | 0.13% | 0.33% | - |
| XYZ | 7.53 | 7.36 | 8.05 | - |
| YUV | 77.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 77 | 0 | 0.13 | 0.09 | 0.67 | 343.64 | 0.07 | 0.31 |
| Hex | 55 | 4A | 4D | 0 | D | 9 | 43 | 158 | 7 | 1F |
| Octal | 125 | 112 | 115 | 0 | 15 | 11 | 103 | 530 | 7 | 37 |
| Binary | 1010101 | 1001010 | 1001101 | 0 | 1101 | 1001 | 1000011 | 101011000 | 111 | 11111 |
Color Harmonies of #554A4D
Complementary color
Monochromatic Colors of #554A4D
Black with #554A4D
Text Example
Text Example
White with #554A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A4D; }
p { color: rgb(85,74,77); }
H1.HeaderClassName
{
color: #554A4D;
}
.AnyTagClassName
{
color: #554A4D;
}
</style>
background-color css
<style>
a { background-color: #554A4D; }
a { background-color: rgb(85,74,77); }
div.DivClassName
{
background-color: #554A4D;
}
.BgClassName
{
background-color: #554A4D;
}
</style>
border-color css
<style>
span { border-color: #554A4D; }
span { border-color: rgb(85,74,77); }
td.TdClassName
{
border-color: #554A4D;
}
.TagClassName
{
border-color: #554A4D;
}
</style>