Shades of Camelot #854655
Tints of Camelot #854655
RGB
CMYK
RGB Variations
Color information
#854655 (or 0x854655) is known color: Camelot. HEX triplet: 85, 46 and 55. RGB value is (133,70,85). Sum of RGB (Red+Green+Blue) = 133+70+85=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #854655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854655 is #7AB9AA. Grayscale: #5A5A5A. Windows color (decimal): -8042923 or 5588613. OLE color: 5588613.
HSL color Cylindrical-coordinate representation of color #854655: hue angle of 345.71º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854655 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 70 | 85 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.48 |
| HSL | 345.71º | 0.31% | 0.4% | - |
| HSV(B) | 345.71º | 0.47% | 0.52% | - |
| XYZ | 13.5 | 10.02 | 9.82 | - |
| YUV | 90.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 85 | 0 | 0.47 | 0.36 | 0.48 | 345.71 | 0.31 | 0.4 |
| Hex | 85 | 46 | 55 | 0 | 2F | 24 | 30 | 15A | 1F | 28 |
| Octal | 205 | 106 | 125 | 0 | 57 | 44 | 60 | 532 | 37 | 50 |
| Binary | 10000101 | 1000110 | 1010101 | 0 | 101111 | 100100 | 110000 | 101011010 | 11111 | 101000 |
Color Harmonies of #854655
Complementary color
Monochromatic Colors of #854655
Black with #854655
Text Example
Text Example
White with #854655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854655; }
p { color: rgb(133,70,85); }
H1.HeaderClassName
{
color: #854655;
}
.AnyTagClassName
{
color: #854655;
}
</style>
background-color css
<style>
a { background-color: #854655; }
a { background-color: rgb(133,70,85); }
div.DivClassName
{
background-color: #854655;
}
.BgClassName
{
background-color: #854655;
}
</style>
border-color css
<style>
span { border-color: #854655; }
span { border-color: rgb(133,70,85); }
td.TdClassName
{
border-color: #854655;
}
.TagClassName
{
border-color: #854655;
}
</style>