Shades of Meteorite #53466C
Tints of Meteorite #53466C
RGB
CMYK
RGB Variations
Color information
#53466C (or 0x53466C) is known color: Meteorite. HEX triplet: 53, 46 and 6C. RGB value is (83,70,108). Sum of RGB (Red+Green+Blue) = 83+70+108=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #53466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53466C is #ACB993. Grayscale: #4E4E4E. Windows color (decimal): -11319700 or 7095891. OLE color: 7095891.
HSL color Cylindrical-coordinate representation of color #53466C: hue angle of 260.53º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53466C is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 70 | 108 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.58 |
| HSL | 260.53º | 0.21% | 0.35% | - |
| HSV(B) | 260.53º | 0.35% | 0.42% | - |
| XYZ | 8.46 | 7.3 | 15.15 | - |
| YUV | 78.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 108 | 0.23 | 0.35 | 0 | 0.58 | 260.53 | 0.21 | 0.35 |
| Hex | 53 | 46 | 6C | 17 | 23 | 0 | 3A | 105 | 15 | 23 |
| Octal | 123 | 106 | 154 | 27 | 43 | 0 | 72 | 405 | 25 | 43 |
| Binary | 1010011 | 1000110 | 1101100 | 10111 | 100011 | 0 | 111010 | 100000101 | 10101 | 100011 |
Color Harmonies of #53466C
Complementary color
Monochromatic Colors of #53466C
Black with #53466C
Text Example
Text Example
White with #53466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53466C; }
p { color: rgb(83,70,108); }
H1.HeaderClassName
{
color: #53466C;
}
.AnyTagClassName
{
color: #53466C;
}
</style>
background-color css
<style>
a { background-color: #53466C; }
a { background-color: rgb(83,70,108); }
div.DivClassName
{
background-color: #53466C;
}
.BgClassName
{
background-color: #53466C;
}
</style>
border-color css
<style>
span { border-color: #53466C; }
span { border-color: rgb(83,70,108); }
td.TdClassName
{
border-color: #53466C;
}
.TagClassName
{
border-color: #53466C;
}
</style>