Shades of Grape #453B54
Tints of Grape #453B54
RGB
CMYK
RGB Variations
Color information
#453B54 (or 0x453B54) is known color: Grape. HEX triplet: 45, 3B and 54. RGB value is (69,59,84). Sum of RGB (Red+Green+Blue) = 69+59+84=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #453B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B54 is #BAC4AB. Grayscale: #404040. Windows color (decimal): -12240044 or 5520197. OLE color: 5520197.
HSL color Cylindrical-coordinate representation of color #453B54: hue angle of 264º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #453B54 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 59 | 84 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.67 |
| HSL | 264º | 0.17% | 0.28% | - |
| HSV(B) | 264º | 0.3% | 0.33% | - |
| XYZ | 5.62 | 5.03 | 9.06 | - |
| YUV | 64.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 84 | 0.18 | 0.30 | 0 | 0.67 | 264 | 0.17 | 0.28 |
| Hex | 45 | 3B | 54 | 12 | 1E | 0 | 43 | 108 | 11 | 1C |
| Octal | 105 | 73 | 124 | 22 | 36 | 0 | 103 | 410 | 21 | 34 |
| Binary | 1000101 | 111011 | 1010100 | 10010 | 11110 | 0 | 1000011 | 100001000 | 10001 | 11100 |
Color Harmonies of #453B54
Complementary color
Monochromatic Colors of #453B54
Black with #453B54
Text Example
Text Example
White with #453B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B54; }
p { color: rgb(69,59,84); }
H1.HeaderClassName
{
color: #453B54;
}
.AnyTagClassName
{
color: #453B54;
}
</style>
background-color css
<style>
a { background-color: #453B54; }
a { background-color: rgb(69,59,84); }
div.DivClassName
{
background-color: #453B54;
}
.BgClassName
{
background-color: #453B54;
}
</style>
border-color css
<style>
span { border-color: #453B54; }
span { border-color: rgb(69,59,84); }
td.TdClassName
{
border-color: #453B54;
}
.TagClassName
{
border-color: #453B54;
}
</style>