Shades of Astronaut #43516F
Tints of Astronaut #43516F
RGB
CMYK
RGB Variations
Color information
#43516F (or 0x43516F) is known color: Astronaut. HEX triplet: 43, 51 and 6F. RGB value is (67,81,111). Sum of RGB (Red+Green+Blue) = 67+81+111=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 81 (32.03% from 255 or 31.27% 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 #43516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43516F is #BCAE90. Grayscale: #505050. Windows color (decimal): -12365457 or 7295299. OLE color: 7295299.
HSL color Cylindrical-coordinate representation of color #43516F: hue angle of 220.91º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43516F is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 81 | 111 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.56 |
| HSL | 220.91º | 0.25% | 0.35% | - |
| HSV(B) | 220.91º | 0.4% | 0.44% | - |
| XYZ | 8.13 | 8.23 | 16.2 | - |
| YUV | 80.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 111 | 0.40 | 0.27 | 0 | 0.56 | 220.91 | 0.25 | 0.35 |
| Hex | 43 | 51 | 6F | 28 | 1B | 0 | 38 | DD | 19 | 23 |
| Octal | 103 | 121 | 157 | 50 | 33 | 0 | 70 | 335 | 31 | 43 |
| Binary | 1000011 | 1010001 | 1101111 | 101000 | 11011 | 0 | 111000 | 11011101 | 11001 | 100011 |
Color Harmonies of #43516F
Complementary color
Monochromatic Colors of #43516F
Black with #43516F
Text Example
Text Example
White with #43516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43516F; }
p { color: rgb(67,81,111); }
H1.HeaderClassName
{
color: #43516F;
}
.AnyTagClassName
{
color: #43516F;
}
</style>
background-color css
<style>
a { background-color: #43516F; }
a { background-color: rgb(67,81,111); }
div.DivClassName
{
background-color: #43516F;
}
.BgClassName
{
background-color: #43516F;
}
</style>
border-color css
<style>
span { border-color: #43516F; }
span { border-color: rgb(67,81,111); }
td.TdClassName
{
border-color: #43516F;
}
.TagClassName
{
border-color: #43516F;
}
</style>