Shades of Astronaut #41536F
Tints of Astronaut #41536F
RGB
CMYK
RGB Variations
Color information
#41536F (or 0x41536F) is known color: Astronaut. HEX triplet: 41, 53 and 6F. RGB value is (65,83,111). Sum of RGB (Red+Green+Blue) = 65+83+111=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #41536F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41536F is #BEAC90. Grayscale: #505050. Windows color (decimal): -12496017 or 7295809. OLE color: 7295809.
HSL color Cylindrical-coordinate representation of color #41536F: hue angle of 216.52º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #41536F is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 83 | 111 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.56 |
| HSL | 216.52º | 0.26% | 0.35% | - |
| HSV(B) | 216.52º | 0.41% | 0.44% | - |
| XYZ | 8.14 | 8.46 | 16.24 | - |
| YUV | 80.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 111 | 0.41 | 0.25 | 0 | 0.56 | 216.52 | 0.26 | 0.35 |
| Hex | 41 | 53 | 6F | 29 | 19 | 0 | 38 | D9 | 1A | 23 |
| Octal | 101 | 123 | 157 | 51 | 31 | 0 | 70 | 331 | 32 | 43 |
| Binary | 1000001 | 1010011 | 1101111 | 101001 | 11001 | 0 | 111000 | 11011001 | 11010 | 100011 |
Color Harmonies of #41536F
Complementary color
Monochromatic Colors of #41536F
Black with #41536F
Text Example
Text Example
White with #41536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41536F; }
p { color: rgb(65,83,111); }
H1.HeaderClassName
{
color: #41536F;
}
.AnyTagClassName
{
color: #41536F;
}
</style>
background-color css
<style>
a { background-color: #41536F; }
a { background-color: rgb(65,83,111); }
div.DivClassName
{
background-color: #41536F;
}
.BgClassName
{
background-color: #41536F;
}
</style>
border-color css
<style>
span { border-color: #41536F; }
span { border-color: rgb(65,83,111); }
td.TdClassName
{
border-color: #41536F;
}
.TagClassName
{
border-color: #41536F;
}
</style>