Shades of Jagger #453A50
Tints of Jagger #453A50
RGB
CMYK
RGB Variations
Color information
#453A50 (or 0x453A50) is known color: Jagger. HEX triplet: 45, 3A and 50. RGB value is (69,58,80). Sum of RGB (Red+Green+Blue) = 69+58+80=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #453A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A50 is #BAC5AF. Grayscale: #3F3F3F. Windows color (decimal): -12240304 or 5257797. OLE color: 5257797.
HSL color Cylindrical-coordinate representation of color #453A50: hue angle of 270º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #453A50 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 58 | 80 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.69 |
| HSL | 270º | 0.16% | 0.27% | - |
| HSV(B) | 270º | 0.28% | 0.31% | - |
| XYZ | 5.42 | 4.87 | 8.24 | - |
| YUV | 63.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 80 | 0.14 | 0.28 | 0 | 0.69 | 270 | 0.16 | 0.27 |
| Hex | 45 | 3A | 50 | E | 1C | 0 | 45 | 10E | 10 | 1B |
| Octal | 105 | 72 | 120 | 16 | 34 | 0 | 105 | 416 | 20 | 33 |
| Binary | 1000101 | 111010 | 1010000 | 1110 | 11100 | 0 | 1000101 | 100001110 | 10000 | 11011 |
Color Harmonies of #453A50
Complementary color
Monochromatic Colors of #453A50
Black with #453A50
Text Example
Text Example
White with #453A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A50; }
p { color: rgb(69,58,80); }
H1.HeaderClassName
{
color: #453A50;
}
.AnyTagClassName
{
color: #453A50;
}
</style>
background-color css
<style>
a { background-color: #453A50; }
a { background-color: rgb(69,58,80); }
div.DivClassName
{
background-color: #453A50;
}
.BgClassName
{
background-color: #453A50;
}
</style>
border-color css
<style>
span { border-color: #453A50; }
span { border-color: rgb(69,58,80); }
td.TdClassName
{
border-color: #453A50;
}
.TagClassName
{
border-color: #453A50;
}
</style>