Shades of Grape #453A57
Tints of Grape #453A57
RGB
CMYK
RGB Variations
Color information
#453A57 (or 0x453A57) is known color: Grape. HEX triplet: 45, 3A and 57. RGB value is (69,58,87). Sum of RGB (Red+Green+Blue) = 69+58+87=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #453A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A57 is #BAC5A8. Grayscale: #404040. Windows color (decimal): -12240297 or 5716549. OLE color: 5716549.
HSL color Cylindrical-coordinate representation of color #453A57: hue angle of 262.76º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #453A57 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 58 | 87 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.66 |
| HSL | 262.76º | 0.2% | 0.28% | - |
| HSV(B) | 262.76º | 0.33% | 0.34% | - |
| XYZ | 5.69 | 4.98 | 9.68 | - |
| YUV | 64.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 87 | 0.21 | 0.33 | 0 | 0.66 | 262.76 | 0.2 | 0.28 |
| Hex | 45 | 3A | 57 | 15 | 21 | 0 | 42 | 107 | 14 | 1C |
| Octal | 105 | 72 | 127 | 25 | 41 | 0 | 102 | 407 | 24 | 34 |
| Binary | 1000101 | 111010 | 1010111 | 10101 | 100001 | 0 | 1000010 | 100000111 | 10100 | 11100 |
Color Harmonies of #453A57
Complementary color
Monochromatic Colors of #453A57
Black with #453A57
Text Example
Text Example
White with #453A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A57; }
p { color: rgb(69,58,87); }
H1.HeaderClassName
{
color: #453A57;
}
.AnyTagClassName
{
color: #453A57;
}
</style>
background-color css
<style>
a { background-color: #453A57; }
a { background-color: rgb(69,58,87); }
div.DivClassName
{
background-color: #453A57;
}
.BgClassName
{
background-color: #453A57;
}
</style>
border-color css
<style>
span { border-color: #453A57; }
span { border-color: rgb(69,58,87); }
td.TdClassName
{
border-color: #453A57;
}
.TagClassName
{
border-color: #453A57;
}
</style>