Shades of Meteorite #56456C
Tints of Meteorite #56456C
RGB
CMYK
RGB Variations
Color information
#56456C (or 0x56456C) is known color: Meteorite. HEX triplet: 56, 45 and 6C. RGB value is (86,69,108). Sum of RGB (Red+Green+Blue) = 86+69+108=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #56456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56456C is #A9BA93. Grayscale: #4E4E4E. Windows color (decimal): -11123348 or 7095638. OLE color: 7095638.
HSL color Cylindrical-coordinate representation of color #56456C: hue angle of 266.15º 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 #56456C is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 69 | 108 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.58 |
| HSL | 266.15º | 0.22% | 0.35% | - |
| HSV(B) | 266.15º | 0.36% | 0.42% | - |
| XYZ | 8.67 | 7.32 | 15.14 | - |
| YUV | 78.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 108 | 0.20 | 0.36 | 0 | 0.58 | 266.15 | 0.22 | 0.35 |
| Hex | 56 | 45 | 6C | 14 | 24 | 0 | 3A | 10A | 16 | 23 |
| Octal | 126 | 105 | 154 | 24 | 44 | 0 | 72 | 412 | 26 | 43 |
| Binary | 1010110 | 1000101 | 1101100 | 10100 | 100100 | 0 | 111010 | 100001010 | 10110 | 100011 |
Color Harmonies of #56456C
Complementary color
Monochromatic Colors of #56456C
Black with #56456C
Text Example
Text Example
White with #56456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56456C; }
p { color: rgb(86,69,108); }
H1.HeaderClassName
{
color: #56456C;
}
.AnyTagClassName
{
color: #56456C;
}
</style>
background-color css
<style>
a { background-color: #56456C; }
a { background-color: rgb(86,69,108); }
div.DivClassName
{
background-color: #56456C;
}
.BgClassName
{
background-color: #56456C;
}
</style>
border-color css
<style>
span { border-color: #56456C; }
span { border-color: rgb(86,69,108); }
td.TdClassName
{
border-color: #56456C;
}
.TagClassName
{
border-color: #56456C;
}
</style>