Shades of Comet #5E6185
Tints of Comet #5E6185
RGB
CMYK
RGB Variations
Color information
#5E6185 (or 0x5E6185) is known color: Comet. HEX triplet: 5E, 61 and 85. RGB value is (94,97,133). Sum of RGB (Red+Green+Blue) = 94+97+133=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E6185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6185 is #A19E7A. Grayscale: #646464. Windows color (decimal): -10591867 or 8741214. OLE color: 8741214.
HSL color Cylindrical-coordinate representation of color #5E6185: hue angle of 235.38º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E6185 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 97 | 133 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.48 |
| HSL | 235.38º | 0.17% | 0.45% | - |
| HSV(B) | 235.38º | 0.29% | 0.52% | - |
| XYZ | 13.12 | 12.62 | 23.93 | - |
| YUV | 100.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 133 | 0.29 | 0.27 | 0 | 0.48 | 235.38 | 0.17 | 0.45 |
| Hex | 5E | 61 | 85 | 1D | 1B | 0 | 30 | EB | 11 | 2D |
| Octal | 136 | 141 | 205 | 35 | 33 | 0 | 60 | 353 | 21 | 55 |
| Binary | 1011110 | 1100001 | 10000101 | 11101 | 11011 | 0 | 110000 | 11101011 | 10001 | 101101 |
Color Harmonies of #5E6185
Complementary color
Monochromatic Colors of #5E6185
Black with #5E6185
Text Example
Text Example
White with #5E6185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6185; }
p { color: rgb(94,97,133); }
H1.HeaderClassName
{
color: #5E6185;
}
.AnyTagClassName
{
color: #5E6185;
}
</style>
background-color css
<style>
a { background-color: #5E6185; }
a { background-color: rgb(94,97,133); }
div.DivClassName
{
background-color: #5E6185;
}
.BgClassName
{
background-color: #5E6185;
}
</style>
border-color css
<style>
span { border-color: #5E6185; }
span { border-color: rgb(94,97,133); }
td.TdClassName
{
border-color: #5E6185;
}
.TagClassName
{
border-color: #5E6185;
}
</style>