Shades of Comet #525377
Tints of Comet #525377
RGB
CMYK
RGB Variations
Color information
#525377 (or 0x525377) is known color: Comet. HEX triplet: 52, 53 and 77. RGB value is (82,83,119). Sum of RGB (Red+Green+Blue) = 82+83+119=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #525377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525377 is #ADAC88. Grayscale: #565656. Windows color (decimal): -11381897 or 7820114. OLE color: 7820114.
HSL color Cylindrical-coordinate representation of color #525377: hue angle of 238.38º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #525377 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 83 | 119 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.53 |
| HSL | 238.38º | 0.18% | 0.39% | - |
| HSV(B) | 238.38º | 0.31% | 0.47% | - |
| XYZ | 9.9 | 9.31 | 18.73 | - |
| YUV | 86.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 119 | 0.31 | 0.30 | 0 | 0.53 | 238.38 | 0.18 | 0.39 |
| Hex | 52 | 53 | 77 | 1F | 1E | 0 | 35 | EE | 12 | 27 |
| Octal | 122 | 123 | 167 | 37 | 36 | 0 | 65 | 356 | 22 | 47 |
| Binary | 1010010 | 1010011 | 1110111 | 11111 | 11110 | 0 | 110101 | 11101110 | 10010 | 100111 |
Color Harmonies of #525377
Complementary color
Monochromatic Colors of #525377
Black with #525377
Text Example
Text Example
White with #525377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525377; }
p { color: rgb(82,83,119); }
H1.HeaderClassName
{
color: #525377;
}
.AnyTagClassName
{
color: #525377;
}
</style>
background-color css
<style>
a { background-color: #525377; }
a { background-color: rgb(82,83,119); }
div.DivClassName
{
background-color: #525377;
}
.BgClassName
{
background-color: #525377;
}
</style>
border-color css
<style>
span { border-color: #525377; }
span { border-color: rgb(82,83,119); }
td.TdClassName
{
border-color: #525377;
}
.TagClassName
{
border-color: #525377;
}
</style>