Shades of Grape #453E59
Tints of Grape #453E59
RGB
CMYK
RGB Variations
Color information
#453E59 (or 0x453E59) is known color: Grape. HEX triplet: 45, 3E and 59. RGB value is (69,62,89). Sum of RGB (Red+Green+Blue) = 69+62+89=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #453E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453E59 is #BAC1A6. Grayscale: #434343. Windows color (decimal): -12239271 or 5848645. OLE color: 5848645.
HSL color Cylindrical-coordinate representation of color #453E59: hue angle of 255.56º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #453E59 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 62 | 89 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.65 |
| HSL | 255.56º | 0.18% | 0.3% | - |
| HSV(B) | 255.56º | 0.3% | 0.35% | - |
| XYZ | 5.98 | 5.43 | 10.18 | - |
| YUV | 67.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 89 | 0.22 | 0.30 | 0 | 0.65 | 255.56 | 0.18 | 0.3 |
| Hex | 45 | 3E | 59 | 16 | 1E | 0 | 41 | 100 | 12 | 1E |
| Octal | 105 | 76 | 131 | 26 | 36 | 0 | 101 | 400 | 22 | 36 |
| Binary | 1000101 | 111110 | 1011001 | 10110 | 11110 | 0 | 1000001 | 100000000 | 10010 | 11110 |
Color Harmonies of #453E59
Complementary color
Monochromatic Colors of #453E59
Black with #453E59
Text Example
Text Example
White with #453E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E59; }
p { color: rgb(69,62,89); }
H1.HeaderClassName
{
color: #453E59;
}
.AnyTagClassName
{
color: #453E59;
}
</style>
background-color css
<style>
a { background-color: #453E59; }
a { background-color: rgb(69,62,89); }
div.DivClassName
{
background-color: #453E59;
}
.BgClassName
{
background-color: #453E59;
}
</style>
border-color css
<style>
span { border-color: #453E59; }
span { border-color: rgb(69,62,89); }
td.TdClassName
{
border-color: #453E59;
}
.TagClassName
{
border-color: #453E59;
}
</style>