Shades of Comet #5A6184
Tints of Comet #5A6184
RGB
CMYK
RGB Variations
Color information
#5A6184 (or 0x5A6184) is known color: Comet. HEX triplet: 5A, 61 and 84. RGB value is (90,97,132). Sum of RGB (Red+Green+Blue) = 90+97+132=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A6184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6184 is #A59E7B. Grayscale: #626262. Windows color (decimal): -10854012 or 8675674. OLE color: 8675674.
HSL color Cylindrical-coordinate representation of color #5A6184: hue angle of 230º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A6184 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 97 | 132 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.48 |
| HSL | 230º | 0.19% | 0.44% | - |
| HSV(B) | 230º | 0.32% | 0.52% | - |
| XYZ | 12.66 | 12.39 | 23.55 | - |
| YUV | 98.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 132 | 0.32 | 0.27 | 0 | 0.48 | 230 | 0.19 | 0.44 |
| Hex | 5A | 61 | 84 | 20 | 1B | 0 | 30 | E6 | 13 | 2C |
| Octal | 132 | 141 | 204 | 40 | 33 | 0 | 60 | 346 | 23 | 54 |
| Binary | 1011010 | 1100001 | 10000100 | 100000 | 11011 | 0 | 110000 | 11100110 | 10011 | 101100 |
Color Harmonies of #5A6184
Complementary color
Monochromatic Colors of #5A6184
Black with #5A6184
Text Example
Text Example
White with #5A6184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6184; }
p { color: rgb(90,97,132); }
H1.HeaderClassName
{
color: #5A6184;
}
.AnyTagClassName
{
color: #5A6184;
}
</style>
background-color css
<style>
a { background-color: #5A6184; }
a { background-color: rgb(90,97,132); }
div.DivClassName
{
background-color: #5A6184;
}
.BgClassName
{
background-color: #5A6184;
}
</style>
border-color css
<style>
span { border-color: #5A6184; }
span { border-color: rgb(90,97,132); }
td.TdClassName
{
border-color: #5A6184;
}
.TagClassName
{
border-color: #5A6184;
}
</style>