Shades of Don Juan #554B4E
Tints of Don Juan #554B4E
RGB
CMYK
RGB Variations
Color information
#554B4E (or 0x554B4E) is known color: Don Juan. HEX triplet: 55, 4B and 4E. RGB value is (85,75,78). Sum of RGB (Red+Green+Blue) = 85+75+78=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #554B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B4E is #AAB4B1. Grayscale: #4E4E4E. Windows color (decimal): -11187378 or 5131093. OLE color: 5131093.
HSL color Cylindrical-coordinate representation of color #554B4E: hue angle of 342º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #554B4E is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 75 | 78 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.67 |
| HSL | 342º | 0.06% | 0.31% | - |
| HSV(B) | 342º | 0.12% | 0.33% | - |
| XYZ | 7.64 | 7.51 | 8.26 | - |
| YUV | 78.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 78 | 0 | 0.12 | 0.08 | 0.67 | 342 | 0.06 | 0.31 |
| Hex | 55 | 4B | 4E | 0 | C | 8 | 43 | 156 | 6 | 1F |
| Octal | 125 | 113 | 116 | 0 | 14 | 10 | 103 | 526 | 6 | 37 |
| Binary | 1010101 | 1001011 | 1001110 | 0 | 1100 | 1000 | 1000011 | 101010110 | 110 | 11111 |
Color Harmonies of #554B4E
Complementary color
Monochromatic Colors of #554B4E
Black with #554B4E
Text Example
Text Example
White with #554B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B4E; }
p { color: rgb(85,75,78); }
H1.HeaderClassName
{
color: #554B4E;
}
.AnyTagClassName
{
color: #554B4E;
}
</style>
background-color css
<style>
a { background-color: #554B4E; }
a { background-color: rgb(85,75,78); }
div.DivClassName
{
background-color: #554B4E;
}
.BgClassName
{
background-color: #554B4E;
}
</style>
border-color css
<style>
span { border-color: #554B4E; }
span { border-color: rgb(85,75,78); }
td.TdClassName
{
border-color: #554B4E;
}
.TagClassName
{
border-color: #554B4E;
}
</style>