Shades of Comet #52557D
Tints of Comet #52557D
RGB
CMYK
RGB Variations
Color information
#52557D (or 0x52557D) is known color: Comet. HEX triplet: 52, 55 and 7D. RGB value is (82,85,125). Sum of RGB (Red+Green+Blue) = 82+85+125=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #52557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52557D is #ADAA82. Grayscale: #585858. Windows color (decimal): -11381379 or 8213842. OLE color: 8213842.
HSL color Cylindrical-coordinate representation of color #52557D: 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 #52557D is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 85 | 125 | - |
| 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.43 | 9.77 | 20.74 | - |
| YUV | 88.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 125 | 0.34 | 0.32 | 0 | 0.51 | 235.81 | 0.21 | 0.41 |
| Hex | 52 | 55 | 7D | 22 | 20 | 0 | 33 | EC | 15 | 29 |
| Octal | 122 | 125 | 175 | 42 | 40 | 0 | 63 | 354 | 25 | 51 |
| Binary | 1010010 | 1010101 | 1111101 | 100010 | 100000 | 0 | 110011 | 11101100 | 10101 | 101001 |
Color Harmonies of #52557D
Complementary color
Monochromatic Colors of #52557D
Black with #52557D
Text Example
Text Example
White with #52557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52557D; }
p { color: rgb(82,85,125); }
H1.HeaderClassName
{
color: #52557D;
}
.AnyTagClassName
{
color: #52557D;
}
</style>
background-color css
<style>
a { background-color: #52557D; }
a { background-color: rgb(82,85,125); }
div.DivClassName
{
background-color: #52557D;
}
.BgClassName
{
background-color: #52557D;
}
</style>
border-color css
<style>
span { border-color: #52557D; }
span { border-color: rgb(82,85,125); }
td.TdClassName
{
border-color: #52557D;
}
.TagClassName
{
border-color: #52557D;
}
</style>