Shades of Meteorite #53456F
Tints of Meteorite #53456F
RGB
CMYK
RGB Variations
Color information
#53456F (or 0x53456F) is known color: Meteorite. HEX triplet: 53, 45 and 6F. RGB value is (83,69,111). Sum of RGB (Red+Green+Blue) = 83+69+111=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #53456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53456F is #ACBA90. Grayscale: #4D4D4D. Windows color (decimal): -11319953 or 7292243. OLE color: 7292243.
HSL color Cylindrical-coordinate representation of color #53456F: hue angle of 260º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53456F is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 69 | 111 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.56 |
| HSL | 260º | 0.23% | 0.35% | - |
| HSV(B) | 260º | 0.38% | 0.44% | - |
| XYZ | 8.56 | 7.24 | 15.99 | - |
| YUV | 77.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 111 | 0.25 | 0.38 | 0 | 0.56 | 260 | 0.23 | 0.35 |
| Hex | 53 | 45 | 6F | 19 | 26 | 0 | 38 | 104 | 17 | 23 |
| Octal | 123 | 105 | 157 | 31 | 46 | 0 | 70 | 404 | 27 | 43 |
| Binary | 1010011 | 1000101 | 1101111 | 11001 | 100110 | 0 | 111000 | 100000100 | 10111 | 100011 |
Color Harmonies of #53456F
Complementary color
Monochromatic Colors of #53456F
Black with #53456F
Text Example
Text Example
White with #53456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53456F; }
p { color: rgb(83,69,111); }
H1.HeaderClassName
{
color: #53456F;
}
.AnyTagClassName
{
color: #53456F;
}
</style>
background-color css
<style>
a { background-color: #53456F; }
a { background-color: rgb(83,69,111); }
div.DivClassName
{
background-color: #53456F;
}
.BgClassName
{
background-color: #53456F;
}
</style>
border-color css
<style>
span { border-color: #53456F; }
span { border-color: rgb(83,69,111); }
td.TdClassName
{
border-color: #53456F;
}
.TagClassName
{
border-color: #53456F;
}
</style>