Shades of Comet #5E6386
Tints of Comet #5E6386
RGB
CMYK
RGB Variations
Color information
#5E6386 (or 0x5E6386) is known color: Comet. HEX triplet: 5E, 63 and 86. RGB value is (94,99,134). Sum of RGB (Red+Green+Blue) = 94+99+134=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #5E6386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6386 is #A19C79. Grayscale: #656565. Windows color (decimal): -10591354 or 8807262. OLE color: 8807262.
HSL color Cylindrical-coordinate representation of color #5E6386: hue angle of 232.5º 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 #5E6386 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 99 | 134 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.47 |
| HSL | 232.5º | 0.18% | 0.45% | - |
| HSV(B) | 232.5º | 0.3% | 0.53% | - |
| XYZ | 13.38 | 13.02 | 24.36 | - |
| YUV | 101.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 134 | 0.30 | 0.26 | 0 | 0.47 | 232.5 | 0.18 | 0.45 |
| Hex | 5E | 63 | 86 | 1E | 1A | 0 | 2F | E8 | 12 | 2D |
| Octal | 136 | 143 | 206 | 36 | 32 | 0 | 57 | 350 | 22 | 55 |
| Binary | 1011110 | 1100011 | 10000110 | 11110 | 11010 | 0 | 101111 | 11101000 | 10010 | 101101 |
Color Harmonies of #5E6386
Complementary color
Monochromatic Colors of #5E6386
Black with #5E6386
Text Example
Text Example
White with #5E6386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6386; }
p { color: rgb(94,99,134); }
H1.HeaderClassName
{
color: #5E6386;
}
.AnyTagClassName
{
color: #5E6386;
}
</style>
background-color css
<style>
a { background-color: #5E6386; }
a { background-color: rgb(94,99,134); }
div.DivClassName
{
background-color: #5E6386;
}
.BgClassName
{
background-color: #5E6386;
}
</style>
border-color css
<style>
span { border-color: #5E6386; }
span { border-color: rgb(94,99,134); }
td.TdClassName
{
border-color: #5E6386;
}
.TagClassName
{
border-color: #5E6386;
}
</style>