Shades of Comet #5A6086
Tints of Comet #5A6086
RGB
CMYK
RGB Variations
Color information
#5A6086 (or 0x5A6086) is known color: Comet. HEX triplet: 5A, 60 and 86. RGB value is (90,96,134). Sum of RGB (Red+Green+Blue) = 90+96+134=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A6086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6086 is #A59F79. Grayscale: #626262. Windows color (decimal): -10854266 or 8806490. OLE color: 8806490.
HSL color Cylindrical-coordinate representation of color #5A6086: hue angle of 231.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A6086 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 96 | 134 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.47 |
| HSL | 231.82º | 0.2% | 0.44% | - |
| HSV(B) | 231.82º | 0.33% | 0.53% | - |
| XYZ | 12.7 | 12.26 | 24.25 | - |
| YUV | 98.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 134 | 0.33 | 0.28 | 0 | 0.47 | 231.82 | 0.2 | 0.44 |
| Hex | 5A | 60 | 86 | 21 | 1C | 0 | 2F | E8 | 14 | 2C |
| Octal | 132 | 140 | 206 | 41 | 34 | 0 | 57 | 350 | 24 | 54 |
| Binary | 1011010 | 1100000 | 10000110 | 100001 | 11100 | 0 | 101111 | 11101000 | 10100 | 101100 |
Color Harmonies of #5A6086
Complementary color
Monochromatic Colors of #5A6086
Black with #5A6086
Text Example
Text Example
White with #5A6086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6086; }
p { color: rgb(90,96,134); }
H1.HeaderClassName
{
color: #5A6086;
}
.AnyTagClassName
{
color: #5A6086;
}
</style>
background-color css
<style>
a { background-color: #5A6086; }
a { background-color: rgb(90,96,134); }
div.DivClassName
{
background-color: #5A6086;
}
.BgClassName
{
background-color: #5A6086;
}
</style>
border-color css
<style>
span { border-color: #5A6086; }
span { border-color: rgb(90,96,134); }
td.TdClassName
{
border-color: #5A6086;
}
.TagClassName
{
border-color: #5A6086;
}
</style>