Shades of Grape #453B57
Tints of Grape #453B57
RGB
CMYK
RGB Variations
Color information
#453B57 (or 0x453B57) is known color: Grape. HEX triplet: 45, 3B and 57. RGB value is (69,59,87). Sum of RGB (Red+Green+Blue) = 69+59+87=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #453B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B57 is #BAC4A8. Grayscale: #414141. Windows color (decimal): -12240041 or 5716805. OLE color: 5716805.
HSL color Cylindrical-coordinate representation of color #453B57: hue angle of 261.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #453B57 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 59 | 87 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.66 |
| HSL | 261.43º | 0.19% | 0.29% | - |
| HSV(B) | 261.43º | 0.32% | 0.34% | - |
| XYZ | 5.74 | 5.08 | 9.7 | - |
| YUV | 65.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 87 | 0.21 | 0.32 | 0 | 0.66 | 261.43 | 0.19 | 0.29 |
| Hex | 45 | 3B | 57 | 15 | 20 | 0 | 42 | 105 | 13 | 1D |
| Octal | 105 | 73 | 127 | 25 | 40 | 0 | 102 | 405 | 23 | 35 |
| Binary | 1000101 | 111011 | 1010111 | 10101 | 100000 | 0 | 1000010 | 100000101 | 10011 | 11101 |
Color Harmonies of #453B57
Complementary color
Monochromatic Colors of #453B57
Black with #453B57
Text Example
Text Example
White with #453B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B57; }
p { color: rgb(69,59,87); }
H1.HeaderClassName
{
color: #453B57;
}
.AnyTagClassName
{
color: #453B57;
}
</style>
background-color css
<style>
a { background-color: #453B57; }
a { background-color: rgb(69,59,87); }
div.DivClassName
{
background-color: #453B57;
}
.BgClassName
{
background-color: #453B57;
}
</style>
border-color css
<style>
span { border-color: #453B57; }
span { border-color: rgb(69,59,87); }
td.TdClassName
{
border-color: #453B57;
}
.TagClassName
{
border-color: #453B57;
}
</style>