Shades of Comet #5E5F84
Tints of Comet #5E5F84
RGB
CMYK
RGB Variations
Color information
#5E5F84 (or 0x5E5F84) is known color: Comet. HEX triplet: 5E, 5F and 84. RGB value is (94,95,132). Sum of RGB (Red+Green+Blue) = 94+95+132=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E5F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5F84 is #A1A07B. Grayscale: #626262. Windows color (decimal): -10592380 or 8675166. OLE color: 8675166.
HSL color Cylindrical-coordinate representation of color #5E5F84: hue angle of 238.42º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E5F84 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 95 | 132 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.48 |
| HSL | 238.42º | 0.17% | 0.44% | - |
| HSV(B) | 238.42º | 0.29% | 0.52% | - |
| XYZ | 12.87 | 12.23 | 23.51 | - |
| YUV | 98.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 132 | 0.29 | 0.28 | 0 | 0.48 | 238.42 | 0.17 | 0.44 |
| Hex | 5E | 5F | 84 | 1D | 1C | 0 | 30 | EE | 11 | 2C |
| Octal | 136 | 137 | 204 | 35 | 34 | 0 | 60 | 356 | 21 | 54 |
| Binary | 1011110 | 1011111 | 10000100 | 11101 | 11100 | 0 | 110000 | 11101110 | 10001 | 101100 |
Color Harmonies of #5E5F84
Complementary color
Monochromatic Colors of #5E5F84
Black with #5E5F84
Text Example
Text Example
White with #5E5F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5F84; }
p { color: rgb(94,95,132); }
H1.HeaderClassName
{
color: #5E5F84;
}
.AnyTagClassName
{
color: #5E5F84;
}
</style>
background-color css
<style>
a { background-color: #5E5F84; }
a { background-color: rgb(94,95,132); }
div.DivClassName
{
background-color: #5E5F84;
}
.BgClassName
{
background-color: #5E5F84;
}
</style>
border-color css
<style>
span { border-color: #5E5F84; }
span { border-color: rgb(94,95,132); }
td.TdClassName
{
border-color: #5E5F84;
}
.TagClassName
{
border-color: #5E5F84;
}
</style>