Shades of Meteorite #53436C
Tints of Meteorite #53436C
RGB
CMYK
RGB Variations
Color information
#53436C (or 0x53436C) is known color: Meteorite. HEX triplet: 53, 43 and 6C. RGB value is (83,67,108). Sum of RGB (Red+Green+Blue) = 83+67+108=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #53436C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53436C is #ACBC93. Grayscale: #4C4C4C. Windows color (decimal): -11320468 or 7095123. OLE color: 7095123.
HSL color Cylindrical-coordinate representation of color #53436C: hue angle of 263.41º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53436C is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 67 | 108 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.58 |
| HSL | 263.41º | 0.23% | 0.34% | - |
| HSV(B) | 263.41º | 0.38% | 0.42% | - |
| XYZ | 8.28 | 6.94 | 15.09 | - |
| YUV | 76.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 108 | 0.23 | 0.38 | 0 | 0.58 | 263.41 | 0.23 | 0.34 |
| Hex | 53 | 43 | 6C | 17 | 26 | 0 | 3A | 107 | 17 | 22 |
| Octal | 123 | 103 | 154 | 27 | 46 | 0 | 72 | 407 | 27 | 42 |
| Binary | 1010011 | 1000011 | 1101100 | 10111 | 100110 | 0 | 111010 | 100000111 | 10111 | 100010 |
Color Harmonies of #53436C
Complementary color
Monochromatic Colors of #53436C
Black with #53436C
Text Example
Text Example
White with #53436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53436C; }
p { color: rgb(83,67,108); }
H1.HeaderClassName
{
color: #53436C;
}
.AnyTagClassName
{
color: #53436C;
}
</style>
background-color css
<style>
a { background-color: #53436C; }
a { background-color: rgb(83,67,108); }
div.DivClassName
{
background-color: #53436C;
}
.BgClassName
{
background-color: #53436C;
}
</style>
border-color css
<style>
span { border-color: #53436C; }
span { border-color: rgb(83,67,108); }
td.TdClassName
{
border-color: #53436C;
}
.TagClassName
{
border-color: #53436C;
}
</style>