Shades of Comet #525379
Tints of Comet #525379
RGB
CMYK
RGB Variations
Color information
#525379 (or 0x525379) is known color: Comet. HEX triplet: 52, 53 and 79. RGB value is (82,83,121). Sum of RGB (Red+Green+Blue) = 82+83+121=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #525379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525379 is #ADAC86. Grayscale: #565656. Windows color (decimal): -11381895 or 7951186. OLE color: 7951186.
HSL color Cylindrical-coordinate representation of color #525379: hue angle of 238.46º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #525379 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 83 | 121 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.53 |
| HSL | 238.46º | 0.19% | 0.4% | - |
| HSV(B) | 238.46º | 0.32% | 0.47% | - |
| XYZ | 10.02 | 9.36 | 19.37 | - |
| YUV | 87.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 121 | 0.32 | 0.31 | 0 | 0.53 | 238.46 | 0.19 | 0.4 |
| Hex | 52 | 53 | 79 | 20 | 1F | 0 | 35 | EE | 13 | 28 |
| Octal | 122 | 123 | 171 | 40 | 37 | 0 | 65 | 356 | 23 | 50 |
| Binary | 1010010 | 1010011 | 1111001 | 100000 | 11111 | 0 | 110101 | 11101110 | 10011 | 101000 |
Color Harmonies of #525379
Complementary color
Monochromatic Colors of #525379
Black with #525379
Text Example
Text Example
White with #525379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525379; }
p { color: rgb(82,83,121); }
H1.HeaderClassName
{
color: #525379;
}
.AnyTagClassName
{
color: #525379;
}
</style>
background-color css
<style>
a { background-color: #525379; }
a { background-color: rgb(82,83,121); }
div.DivClassName
{
background-color: #525379;
}
.BgClassName
{
background-color: #525379;
}
</style>
border-color css
<style>
span { border-color: #525379; }
span { border-color: rgb(82,83,121); }
td.TdClassName
{
border-color: #525379;
}
.TagClassName
{
border-color: #525379;
}
</style>