Shades of Comet #5A607C
Tints of Comet #5A607C
RGB
CMYK
RGB Variations
Color information
#5A607C (or 0x5A607C) is known color: Comet. HEX triplet: 5A, 60 and 7C. RGB value is (90,96,124). Sum of RGB (Red+Green+Blue) = 90+96+124=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A607C is #A59F83. Grayscale: #616161. Windows color (decimal): -10854276 or 8151130. OLE color: 8151130.
HSL color Cylindrical-coordinate representation of color #5A607C: hue angle of 229.41º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A607C is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 96 | 124 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.51 |
| HSL | 229.41º | 0.16% | 0.42% | - |
| HSV(B) | 229.41º | 0.27% | 0.49% | - |
| XYZ | 12.04 | 11.99 | 20.75 | - |
| YUV | 97.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 124 | 0.27 | 0.23 | 0 | 0.51 | 229.41 | 0.16 | 0.42 |
| Hex | 5A | 60 | 7C | 1B | 17 | 0 | 33 | E5 | 10 | 2A |
| Octal | 132 | 140 | 174 | 33 | 27 | 0 | 63 | 345 | 20 | 52 |
| Binary | 1011010 | 1100000 | 1111100 | 11011 | 10111 | 0 | 110011 | 11100101 | 10000 | 101010 |
Color Harmonies of #5A607C
Complementary color
Monochromatic Colors of #5A607C
Black with #5A607C
Text Example
Text Example
White with #5A607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A607C; }
p { color: rgb(90,96,124); }
H1.HeaderClassName
{
color: #5A607C;
}
.AnyTagClassName
{
color: #5A607C;
}
</style>
background-color css
<style>
a { background-color: #5A607C; }
a { background-color: rgb(90,96,124); }
div.DivClassName
{
background-color: #5A607C;
}
.BgClassName
{
background-color: #5A607C;
}
</style>
border-color css
<style>
span { border-color: #5A607C; }
span { border-color: rgb(90,96,124); }
td.TdClassName
{
border-color: #5A607C;
}
.TagClassName
{
border-color: #5A607C;
}
</style>