Shades of Grape #453D55
Tints of Grape #453D55
RGB
CMYK
RGB Variations
Color information
#453D55 (or 0x453D55) is known color: Grape. HEX triplet: 45, 3D and 55. RGB value is (69,61,85). Sum of RGB (Red+Green+Blue) = 69+61+85=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 85 - color contains mainly: blue. Hex color #453D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D55 is #BAC2AA. Grayscale: #424242. Windows color (decimal): -12239531 or 5586245. OLE color: 5586245.
HSL color Cylindrical-coordinate representation of color #453D55: hue angle of 260º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #453D55 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 61 | 85 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.67 |
| HSL | 260º | 0.16% | 0.29% | - |
| HSV(B) | 260º | 0.28% | 0.33% | - |
| XYZ | 5.76 | 5.26 | 9.31 | - |
| YUV | 66.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 85 | 0.19 | 0.28 | 0 | 0.67 | 260 | 0.16 | 0.29 |
| Hex | 45 | 3D | 55 | 13 | 1C | 0 | 43 | 104 | 10 | 1D |
| Octal | 105 | 75 | 125 | 23 | 34 | 0 | 103 | 404 | 20 | 35 |
| Binary | 1000101 | 111101 | 1010101 | 10011 | 11100 | 0 | 1000011 | 100000100 | 10000 | 11101 |
Color Harmonies of #453D55
Complementary color
Monochromatic Colors of #453D55
Black with #453D55
Text Example
Text Example
White with #453D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D55; }
p { color: rgb(69,61,85); }
H1.HeaderClassName
{
color: #453D55;
}
.AnyTagClassName
{
color: #453D55;
}
</style>
background-color css
<style>
a { background-color: #453D55; }
a { background-color: rgb(69,61,85); }
div.DivClassName
{
background-color: #453D55;
}
.BgClassName
{
background-color: #453D55;
}
</style>
border-color css
<style>
span { border-color: #453D55; }
span { border-color: rgb(69,61,85); }
td.TdClassName
{
border-color: #453D55;
}
.TagClassName
{
border-color: #453D55;
}
</style>