Shades of Atomic #415058
Tints of Atomic #415058
RGB
CMYK
RGB Variations
Color information
#415058 (or 0x415058) is known color: Atomic. HEX triplet: 41, 50 and 58. RGB value is (65,80,88). Sum of RGB (Red+Green+Blue) = 65+80+88=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #415058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415058 is #BEAFA7. Grayscale: #4C4C4C. Windows color (decimal): -12496808 or 5787713. OLE color: 5787713.
HSL color Cylindrical-coordinate representation of color #415058: hue angle of 200.87º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #415058 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 80 | 88 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.65 |
| HSL | 200.87º | 0.15% | 0.3% | - |
| HSV(B) | 200.87º | 0.26% | 0.35% | - |
| XYZ | 6.81 | 7.57 | 10.33 | - |
| YUV | 76.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 88 | 0.26 | 0.09 | 0 | 0.65 | 200.87 | 0.15 | 0.3 |
| Hex | 41 | 50 | 58 | 1A | 9 | 0 | 41 | C9 | F | 1E |
| Octal | 101 | 120 | 130 | 32 | 11 | 0 | 101 | 311 | 17 | 36 |
| Binary | 1000001 | 1010000 | 1011000 | 11010 | 1001 | 0 | 1000001 | 11001001 | 1111 | 11110 |
Color Harmonies of #415058
Complementary color
Monochromatic Colors of #415058
Black with #415058
Text Example
Text Example
White with #415058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415058; }
p { color: rgb(65,80,88); }
H1.HeaderClassName
{
color: #415058;
}
.AnyTagClassName
{
color: #415058;
}
</style>
background-color css
<style>
a { background-color: #415058; }
a { background-color: rgb(65,80,88); }
div.DivClassName
{
background-color: #415058;
}
.BgClassName
{
background-color: #415058;
}
</style>
border-color css
<style>
span { border-color: #415058; }
span { border-color: rgb(65,80,88); }
td.TdClassName
{
border-color: #415058;
}
.TagClassName
{
border-color: #415058;
}
</style>