Shades of Astronaut #42526F
Tints of Astronaut #42526F
RGB
CMYK
RGB Variations
Color information
#42526F (or 0x42526F) is known color: Astronaut. HEX triplet: 42, 52 and 6F. RGB value is (66,82,111). Sum of RGB (Red+Green+Blue) = 66+82+111=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 82 (32.42% from 255 or 31.66% 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 #42526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42526F is #BDAD90. Grayscale: #505050. Windows color (decimal): -12430737 or 7295554. OLE color: 7295554.
HSL color Cylindrical-coordinate representation of color #42526F: hue angle of 218.67º degrees, saturation: 0.25, 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 #42526F is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 82 | 111 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.56 |
| HSL | 218.67º | 0.25% | 0.35% | - |
| HSV(B) | 218.67º | 0.41% | 0.44% | - |
| XYZ | 8.13 | 8.34 | 16.22 | - |
| YUV | 80.52 | 145.2 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 111 | 0.41 | 0.26 | 0 | 0.56 | 218.67 | 0.25 | 0.35 |
| Hex | 42 | 52 | 6F | 29 | 1A | 0 | 38 | DB | 19 | 23 |
| Octal | 102 | 122 | 157 | 51 | 32 | 0 | 70 | 333 | 31 | 43 |
| Binary | 1000010 | 1010010 | 1101111 | 101001 | 11010 | 0 | 111000 | 11011011 | 11001 | 100011 |
Color Harmonies of #42526F
Complementary color
Monochromatic Colors of #42526F
Black with #42526F
Text Example
Text Example
White with #42526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42526F; }
p { color: rgb(66,82,111); }
H1.HeaderClassName
{
color: #42526F;
}
.AnyTagClassName
{
color: #42526F;
}
</style>
background-color css
<style>
a { background-color: #42526F; }
a { background-color: rgb(66,82,111); }
div.DivClassName
{
background-color: #42526F;
}
.BgClassName
{
background-color: #42526F;
}
</style>
border-color css
<style>
span { border-color: #42526F; }
span { border-color: rgb(66,82,111); }
td.TdClassName
{
border-color: #42526F;
}
.TagClassName
{
border-color: #42526F;
}
</style>