Shades of Atomic #454C52
Tints of Atomic #454C52
RGB
CMYK
RGB Variations
Color information
#454C52 (or 0x454C52) is known color: Atomic. HEX triplet: 45, 4C and 52. RGB value is (69,76,82). Sum of RGB (Red+Green+Blue) = 69+76+82=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 82 - color contains mainly: blue. Hex color #454C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C52 is #BAB3AD. Grayscale: #4A4A4A. Windows color (decimal): -12235694 or 5393477. OLE color: 5393477.
HSL color Cylindrical-coordinate representation of color #454C52: hue angle of 207.69º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #454C52 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 76 | 82 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.68 |
| HSL | 207.69º | 0.09% | 0.3% | - |
| HSV(B) | 207.69º | 0.16% | 0.32% | - |
| XYZ | 6.56 | 7.04 | 9 | - |
| YUV | 74.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 82 | 0.16 | 0.07 | 0 | 0.68 | 207.69 | 0.09 | 0.3 |
| Hex | 45 | 4C | 52 | 10 | 7 | 0 | 44 | D0 | 9 | 1E |
| Octal | 105 | 114 | 122 | 20 | 7 | 0 | 104 | 320 | 11 | 36 |
| Binary | 1000101 | 1001100 | 1010010 | 10000 | 111 | 0 | 1000100 | 11010000 | 1001 | 11110 |
Color Harmonies of #454C52
Complementary color
Monochromatic Colors of #454C52
Black with #454C52
Text Example
Text Example
White with #454C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C52; }
p { color: rgb(69,76,82); }
H1.HeaderClassName
{
color: #454C52;
}
.AnyTagClassName
{
color: #454C52;
}
</style>
background-color css
<style>
a { background-color: #454C52; }
a { background-color: rgb(69,76,82); }
div.DivClassName
{
background-color: #454C52;
}
.BgClassName
{
background-color: #454C52;
}
</style>
border-color css
<style>
span { border-color: #454C52; }
span { border-color: rgb(69,76,82); }
td.TdClassName
{
border-color: #454C52;
}
.TagClassName
{
border-color: #454C52;
}
</style>