Shades of Camelot #853A54
Tints of Camelot #853A54
RGB
CMYK
RGB Variations
Color information
#853A54 (or 0x853A54) is known color: Camelot. HEX triplet: 85, 3A and 54. RGB value is (133,58,84). Sum of RGB (Red+Green+Blue) = 133+58+84=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #853A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A54 is #7AC5AB. Grayscale: #535353. Windows color (decimal): -8045996 or 5520005. OLE color: 5520005.
HSL color Cylindrical-coordinate representation of color #853A54: hue angle of 339.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A54 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 58 | 84 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.48 |
| HSL | 339.2º | 0.39% | 0.37% | - |
| HSV(B) | 339.2º | 0.56% | 0.52% | - |
| XYZ | 12.79 | 8.65 | 9.38 | - |
| YUV | 83.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 84 | 0 | 0.56 | 0.37 | 0.48 | 339.2 | 0.39 | 0.37 |
| Hex | 85 | 3A | 54 | 0 | 38 | 25 | 30 | 153 | 27 | 25 |
| Octal | 205 | 72 | 124 | 0 | 70 | 45 | 60 | 523 | 47 | 45 |
| Binary | 10000101 | 111010 | 1010100 | 0 | 111000 | 100101 | 110000 | 101010011 | 100111 | 100101 |
Color Harmonies of #853A54
Complementary color
Monochromatic Colors of #853A54
Black with #853A54
Text Example
Text Example
White with #853A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A54; }
p { color: rgb(133,58,84); }
H1.HeaderClassName
{
color: #853A54;
}
.AnyTagClassName
{
color: #853A54;
}
</style>
background-color css
<style>
a { background-color: #853A54; }
a { background-color: rgb(133,58,84); }
div.DivClassName
{
background-color: #853A54;
}
.BgClassName
{
background-color: #853A54;
}
</style>
border-color css
<style>
span { border-color: #853A54; }
span { border-color: rgb(133,58,84); }
td.TdClassName
{
border-color: #853A54;
}
.TagClassName
{
border-color: #853A54;
}
</style>