Shades of Camelot #804457
Tints of Camelot #804457
RGB
CMYK
RGB Variations
Color information
#804457 (or 0x804457) is known color: Camelot. HEX triplet: 80, 44 and 57. RGB value is (128,68,87). Sum of RGB (Red+Green+Blue) = 128+68+87=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #804457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804457 is #7FBBA8. Grayscale: #585858. Windows color (decimal): -8371113 or 5719168. OLE color: 5719168.
HSL color Cylindrical-coordinate representation of color #804457: hue angle of 341º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #804457 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 87 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.50 |
| HSL | 341º | 0.31% | 0.38% | - |
| HSV(B) | 341º | 0.47% | 0.5% | - |
| XYZ | 12.69 | 9.41 | 10.16 | - |
| YUV | 88.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 87 | 0 | 0.47 | 0.32 | 0.50 | 341 | 0.31 | 0.38 |
| Hex | 80 | 44 | 57 | 0 | 2F | 20 | 32 | 155 | 1F | 26 |
| Octal | 200 | 104 | 127 | 0 | 57 | 40 | 62 | 525 | 37 | 46 |
| Binary | 10000000 | 1000100 | 1010111 | 0 | 101111 | 100000 | 110010 | 101010101 | 11111 | 100110 |
Color Harmonies of #804457
Complementary color
Monochromatic Colors of #804457
Black with #804457
Text Example
Text Example
White with #804457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804457; }
p { color: rgb(128,68,87); }
H1.HeaderClassName
{
color: #804457;
}
.AnyTagClassName
{
color: #804457;
}
</style>
background-color css
<style>
a { background-color: #804457; }
a { background-color: rgb(128,68,87); }
div.DivClassName
{
background-color: #804457;
}
.BgClassName
{
background-color: #804457;
}
</style>
border-color css
<style>
span { border-color: #804457; }
span { border-color: rgb(128,68,87); }
td.TdClassName
{
border-color: #804457;
}
.TagClassName
{
border-color: #804457;
}
</style>