Shades of Meteorite #53456C
Tints of Meteorite #53456C
RGB
CMYK
RGB Variations
Color information
#53456C (or 0x53456C) is known color: Meteorite. HEX triplet: 53, 45 and 6C. RGB value is (83,69,108). Sum of RGB (Red+Green+Blue) = 83+69+108=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #53456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53456C is #ACBA93. Grayscale: #4D4D4D. Windows color (decimal): -11319956 or 7095635. OLE color: 7095635.
HSL color Cylindrical-coordinate representation of color #53456C: hue angle of 261.54º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53456C is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 69 | 108 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.58 |
| HSL | 261.54º | 0.22% | 0.35% | - |
| HSV(B) | 261.54º | 0.36% | 0.42% | - |
| XYZ | 8.4 | 7.18 | 15.13 | - |
| YUV | 77.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 108 | 0.23 | 0.36 | 0 | 0.58 | 261.54 | 0.22 | 0.35 |
| Hex | 53 | 45 | 6C | 17 | 24 | 0 | 3A | 106 | 16 | 23 |
| Octal | 123 | 105 | 154 | 27 | 44 | 0 | 72 | 406 | 26 | 43 |
| Binary | 1010011 | 1000101 | 1101100 | 10111 | 100100 | 0 | 111010 | 100000110 | 10110 | 100011 |
Color Harmonies of #53456C
Complementary color
Monochromatic Colors of #53456C
Black with #53456C
Text Example
Text Example
White with #53456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53456C; }
p { color: rgb(83,69,108); }
H1.HeaderClassName
{
color: #53456C;
}
.AnyTagClassName
{
color: #53456C;
}
</style>
background-color css
<style>
a { background-color: #53456C; }
a { background-color: rgb(83,69,108); }
div.DivClassName
{
background-color: #53456C;
}
.BgClassName
{
background-color: #53456C;
}
</style>
border-color css
<style>
span { border-color: #53456C; }
span { border-color: rgb(83,69,108); }
td.TdClassName
{
border-color: #53456C;
}
.TagClassName
{
border-color: #53456C;
}
</style>