Shades of Comet #53547A
Tints of Comet #53547A
RGB
CMYK
RGB Variations
Color information
#53547A (or 0x53547A) is known color: Comet. HEX triplet: 53, 54 and 7A. RGB value is (83,84,122). Sum of RGB (Red+Green+Blue) = 83+84+122=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #53547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53547A is #ACAB85. Grayscale: #575757. Windows color (decimal): -11316102 or 8016979. OLE color: 8016979.
HSL color Cylindrical-coordinate representation of color #53547A: hue angle of 238.46º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53547A is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 84 | 122 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.52 |
| HSL | 238.46º | 0.19% | 0.4% | - |
| HSV(B) | 238.46º | 0.32% | 0.48% | - |
| XYZ | 10.25 | 9.58 | 19.72 | - |
| YUV | 88.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 122 | 0.32 | 0.31 | 0 | 0.52 | 238.46 | 0.19 | 0.4 |
| Hex | 53 | 54 | 7A | 20 | 1F | 0 | 34 | EE | 13 | 28 |
| Octal | 123 | 124 | 172 | 40 | 37 | 0 | 64 | 356 | 23 | 50 |
| Binary | 1010011 | 1010100 | 1111010 | 100000 | 11111 | 0 | 110100 | 11101110 | 10011 | 101000 |
Color Harmonies of #53547A
Complementary color
Monochromatic Colors of #53547A
Black with #53547A
Text Example
Text Example
White with #53547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53547A; }
p { color: rgb(83,84,122); }
H1.HeaderClassName
{
color: #53547A;
}
.AnyTagClassName
{
color: #53547A;
}
</style>
background-color css
<style>
a { background-color: #53547A; }
a { background-color: rgb(83,84,122); }
div.DivClassName
{
background-color: #53547A;
}
.BgClassName
{
background-color: #53547A;
}
</style>
border-color css
<style>
span { border-color: #53547A; }
span { border-color: rgb(83,84,122); }
td.TdClassName
{
border-color: #53547A;
}
.TagClassName
{
border-color: #53547A;
}
</style>