Shades of Comet #53567E
Tints of Comet #53567E
RGB
CMYK
RGB Variations
Color information
#53567E (or 0x53567E) is known color: Comet. HEX triplet: 53, 56 and 7E. RGB value is (83,86,126). Sum of RGB (Red+Green+Blue) = 83+86+126=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 126 - color contains mainly: blue. Hex color #53567E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53567E is #ACA981. Grayscale: #595959. Windows color (decimal): -11315586 or 8279635. OLE color: 8279635.
HSL color Cylindrical-coordinate representation of color #53567E: hue angle of 235.81º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53567E is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 86 | 126 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.51 |
| HSL | 235.81º | 0.21% | 0.41% | - |
| HSV(B) | 235.81º | 0.34% | 0.49% | - |
| XYZ | 10.66 | 10 | 21.11 | - |
| YUV | 89.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 126 | 0.34 | 0.32 | 0 | 0.51 | 235.81 | 0.21 | 0.41 |
| Hex | 53 | 56 | 7E | 22 | 20 | 0 | 33 | EC | 15 | 29 |
| Octal | 123 | 126 | 176 | 42 | 40 | 0 | 63 | 354 | 25 | 51 |
| Binary | 1010011 | 1010110 | 1111110 | 100010 | 100000 | 0 | 110011 | 11101100 | 10101 | 101001 |
Color Harmonies of #53567E
Complementary color
Monochromatic Colors of #53567E
Black with #53567E
Text Example
Text Example
White with #53567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53567E; }
p { color: rgb(83,86,126); }
H1.HeaderClassName
{
color: #53567E;
}
.AnyTagClassName
{
color: #53567E;
}
</style>
background-color css
<style>
a { background-color: #53567E; }
a { background-color: rgb(83,86,126); }
div.DivClassName
{
background-color: #53567E;
}
.BgClassName
{
background-color: #53567E;
}
</style>
border-color css
<style>
span { border-color: #53567E; }
span { border-color: rgb(83,86,126); }
td.TdClassName
{
border-color: #53567E;
}
.TagClassName
{
border-color: #53567E;
}
</style>