Shades of Comet #52537A
Tints of Comet #52537A
RGB
CMYK
RGB Variations
Color information
#52537A (or 0x52537A) is known color: Comet. HEX triplet: 52, 53 and 7A. RGB value is (82,83,122). Sum of RGB (Red+Green+Blue) = 82+83+122=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #52537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52537A is #ADAC85. Grayscale: #565656. Windows color (decimal): -11381894 or 8016722. OLE color: 8016722.
HSL color Cylindrical-coordinate representation of color #52537A: hue angle of 238.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52537A is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 83 | 122 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.52 |
| HSL | 238.5º | 0.2% | 0.4% | - |
| HSV(B) | 238.5º | 0.33% | 0.48% | - |
| XYZ | 10.09 | 9.39 | 19.69 | - |
| YUV | 87.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 122 | 0.33 | 0.32 | 0 | 0.52 | 238.5 | 0.2 | 0.4 |
| Hex | 52 | 53 | 7A | 21 | 20 | 0 | 34 | EE | 14 | 28 |
| Octal | 122 | 123 | 172 | 41 | 40 | 0 | 64 | 356 | 24 | 50 |
| Binary | 1010010 | 1010011 | 1111010 | 100001 | 100000 | 0 | 110100 | 11101110 | 10100 | 101000 |
Color Harmonies of #52537A
Complementary color
Monochromatic Colors of #52537A
Black with #52537A
Text Example
Text Example
White with #52537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52537A; }
p { color: rgb(82,83,122); }
H1.HeaderClassName
{
color: #52537A;
}
.AnyTagClassName
{
color: #52537A;
}
</style>
background-color css
<style>
a { background-color: #52537A; }
a { background-color: rgb(82,83,122); }
div.DivClassName
{
background-color: #52537A;
}
.BgClassName
{
background-color: #52537A;
}
</style>
border-color css
<style>
span { border-color: #52537A; }
span { border-color: rgb(82,83,122); }
td.TdClassName
{
border-color: #52537A;
}
.TagClassName
{
border-color: #52537A;
}
</style>