Shades of Comet #52547E
Tints of Comet #52547E
RGB
CMYK
RGB Variations
Color information
#52547E (or 0x52547E) is known color: Comet. HEX triplet: 52, 54 and 7E. RGB value is (82,84,126). Sum of RGB (Red+Green+Blue) = 82+84+126=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 126 - color contains mainly: blue. Hex color #52547E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52547E is #ADAB81. Grayscale: #585858. Windows color (decimal): -11381634 or 8279122. OLE color: 8279122.
HSL color Cylindrical-coordinate representation of color #52547E: hue angle of 237.27º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52547E is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 84 | 126 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.51 |
| HSL | 237.27º | 0.21% | 0.41% | - |
| HSV(B) | 237.27º | 0.35% | 0.49% | - |
| XYZ | 10.42 | 9.64 | 21.05 | - |
| YUV | 88.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 126 | 0.35 | 0.33 | 0 | 0.51 | 237.27 | 0.21 | 0.41 |
| Hex | 52 | 54 | 7E | 23 | 21 | 0 | 33 | ED | 15 | 29 |
| Octal | 122 | 124 | 176 | 43 | 41 | 0 | 63 | 355 | 25 | 51 |
| Binary | 1010010 | 1010100 | 1111110 | 100011 | 100001 | 0 | 110011 | 11101101 | 10101 | 101001 |
Color Harmonies of #52547E
Complementary color
Monochromatic Colors of #52547E
Black with #52547E
Text Example
Text Example
White with #52547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52547E; }
p { color: rgb(82,84,126); }
H1.HeaderClassName
{
color: #52547E;
}
.AnyTagClassName
{
color: #52547E;
}
</style>
background-color css
<style>
a { background-color: #52547E; }
a { background-color: rgb(82,84,126); }
div.DivClassName
{
background-color: #52547E;
}
.BgClassName
{
background-color: #52547E;
}
</style>
border-color css
<style>
span { border-color: #52547E; }
span { border-color: rgb(82,84,126); }
td.TdClassName
{
border-color: #52547E;
}
.TagClassName
{
border-color: #52547E;
}
</style>