Shades of Camelot #854552
Tints of Camelot #854552
RGB
CMYK
RGB Variations
Color information
#854552 (or 0x854552) is known color: Camelot. HEX triplet: 85, 45 and 52. RGB value is (133,69,82). Sum of RGB (Red+Green+Blue) = 133+69+82=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #854552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854552 is #7ABAAD. Grayscale: #595959. Windows color (decimal): -8043182 or 5391749. OLE color: 5391749.
HSL color Cylindrical-coordinate representation of color #854552: hue angle of 347.81º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854552 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 82 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.48 |
| HSL | 347.81º | 0.32% | 0.4% | - |
| HSV(B) | 347.81º | 0.48% | 0.52% | - |
| XYZ | 13.32 | 9.85 | 9.18 | - |
| YUV | 89.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 82 | 0 | 0.48 | 0.38 | 0.48 | 347.81 | 0.32 | 0.4 |
| Hex | 85 | 45 | 52 | 0 | 30 | 26 | 30 | 15C | 20 | 28 |
| Octal | 205 | 105 | 122 | 0 | 60 | 46 | 60 | 534 | 40 | 50 |
| Binary | 10000101 | 1000101 | 1010010 | 0 | 110000 | 100110 | 110000 | 101011100 | 100000 | 101000 |
Color Harmonies of #854552
Complementary color
Monochromatic Colors of #854552
Black with #854552
Text Example
Text Example
White with #854552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854552; }
p { color: rgb(133,69,82); }
H1.HeaderClassName
{
color: #854552;
}
.AnyTagClassName
{
color: #854552;
}
</style>
background-color css
<style>
a { background-color: #854552; }
a { background-color: rgb(133,69,82); }
div.DivClassName
{
background-color: #854552;
}
.BgClassName
{
background-color: #854552;
}
</style>
border-color css
<style>
span { border-color: #854552; }
span { border-color: rgb(133,69,82); }
td.TdClassName
{
border-color: #854552;
}
.TagClassName
{
border-color: #854552;
}
</style>