Shades of Comet #5E6187
Tints of Comet #5E6187
RGB
CMYK
RGB Variations
Color information
#5E6187 (or 0x5E6187) is known color: Comet. HEX triplet: 5E, 61 and 87. RGB value is (94,97,135). Sum of RGB (Red+Green+Blue) = 94+97+135=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E6187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6187 is #A19E78. Grayscale: #646464. Windows color (decimal): -10591865 or 8872286. OLE color: 8872286.
HSL color Cylindrical-coordinate representation of color #5E6187: hue angle of 235.61º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E6187 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 97 | 135 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.47 |
| HSL | 235.61º | 0.18% | 0.45% | - |
| HSV(B) | 235.61º | 0.3% | 0.53% | - |
| XYZ | 13.26 | 12.68 | 24.67 | - |
| YUV | 100.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 135 | 0.30 | 0.28 | 0 | 0.47 | 235.61 | 0.18 | 0.45 |
| Hex | 5E | 61 | 87 | 1E | 1C | 0 | 2F | EC | 12 | 2D |
| Octal | 136 | 141 | 207 | 36 | 34 | 0 | 57 | 354 | 22 | 55 |
| Binary | 1011110 | 1100001 | 10000111 | 11110 | 11100 | 0 | 101111 | 11101100 | 10010 | 101101 |
Color Harmonies of #5E6187
Complementary color
Monochromatic Colors of #5E6187
Black with #5E6187
Text Example
Text Example
White with #5E6187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6187; }
p { color: rgb(94,97,135); }
H1.HeaderClassName
{
color: #5E6187;
}
.AnyTagClassName
{
color: #5E6187;
}
</style>
background-color css
<style>
a { background-color: #5E6187; }
a { background-color: rgb(94,97,135); }
div.DivClassName
{
background-color: #5E6187;
}
.BgClassName
{
background-color: #5E6187;
}
</style>
border-color css
<style>
span { border-color: #5E6187; }
span { border-color: rgb(94,97,135); }
td.TdClassName
{
border-color: #5E6187;
}
.TagClassName
{
border-color: #5E6187;
}
</style>