Shades of Comet #5F6278
Tints of Comet #5F6278
RGB
CMYK
RGB Variations
Color information
#5F6278 (or 0x5F6278) is known color: Comet. HEX triplet: 5F, 62 and 78. RGB value is (95,98,120). Sum of RGB (Red+Green+Blue) = 95+98+120=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F6278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6278 is #A09D87. Grayscale: #636363. Windows color (decimal): -10526088 or 7889503. OLE color: 7889503.
HSL color Cylindrical-coordinate representation of color #5F6278: hue angle of 232.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F6278 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 98 | 120 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.53 |
| HSL | 232.8º | 0.12% | 0.42% | - |
| HSV(B) | 232.8º | 0.21% | 0.47% | - |
| XYZ | 12.48 | 12.52 | 19.53 | - |
| YUV | 99.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 98 | 120 | 0.21 | 0.18 | 0 | 0.53 | 232.8 | 0.12 | 0.42 |
| Hex | 5F | 62 | 78 | 15 | 12 | 0 | 35 | E9 | C | 2A |
| Octal | 137 | 142 | 170 | 25 | 22 | 0 | 65 | 351 | 14 | 52 |
| Binary | 1011111 | 1100010 | 1111000 | 10101 | 10010 | 0 | 110101 | 11101001 | 1100 | 101010 |
Color Harmonies of #5F6278
Complementary color
Monochromatic Colors of #5F6278
Black with #5F6278
Text Example
Text Example
White with #5F6278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6278; }
p { color: rgb(95,98,120); }
H1.HeaderClassName
{
color: #5F6278;
}
.AnyTagClassName
{
color: #5F6278;
}
</style>
background-color css
<style>
a { background-color: #5F6278; }
a { background-color: rgb(95,98,120); }
div.DivClassName
{
background-color: #5F6278;
}
.BgClassName
{
background-color: #5F6278;
}
</style>
border-color css
<style>
span { border-color: #5F6278; }
span { border-color: rgb(95,98,120); }
td.TdClassName
{
border-color: #5F6278;
}
.TagClassName
{
border-color: #5F6278;
}
</style>