Shades of Comet #5E6388
Tints of Comet #5E6388
RGB
CMYK
RGB Variations
Color information
#5E6388 (or 0x5E6388) is known color: Comet. HEX triplet: 5E, 63 and 88. RGB value is (94,99,136). Sum of RGB (Red+Green+Blue) = 94+99+136=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E6388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6388 is #A19C77. Grayscale: #656565. Windows color (decimal): -10591352 or 8938334. OLE color: 8938334.
HSL color Cylindrical-coordinate representation of color #5E6388: hue angle of 232.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E6388 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 99 | 136 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.47 |
| HSL | 232.86º | 0.18% | 0.45% | - |
| HSV(B) | 232.86º | 0.31% | 0.53% | - |
| XYZ | 13.52 | 13.08 | 25.1 | - |
| YUV | 101.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 136 | 0.31 | 0.27 | 0 | 0.47 | 232.86 | 0.18 | 0.45 |
| Hex | 5E | 63 | 88 | 1F | 1B | 0 | 2F | E9 | 12 | 2D |
| Octal | 136 | 143 | 210 | 37 | 33 | 0 | 57 | 351 | 22 | 55 |
| Binary | 1011110 | 1100011 | 10001000 | 11111 | 11011 | 0 | 101111 | 11101001 | 10010 | 101101 |
Color Harmonies of #5E6388
Complementary color
Monochromatic Colors of #5E6388
Black with #5E6388
Text Example
Text Example
White with #5E6388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6388; }
p { color: rgb(94,99,136); }
H1.HeaderClassName
{
color: #5E6388;
}
.AnyTagClassName
{
color: #5E6388;
}
</style>
background-color css
<style>
a { background-color: #5E6388; }
a { background-color: rgb(94,99,136); }
div.DivClassName
{
background-color: #5E6388;
}
.BgClassName
{
background-color: #5E6388;
}
</style>
border-color css
<style>
span { border-color: #5E6388; }
span { border-color: rgb(94,99,136); }
td.TdClassName
{
border-color: #5E6388;
}
.TagClassName
{
border-color: #5E6388;
}
</style>