Shades of Comet #5F6486
Tints of Comet #5F6486
RGB
CMYK
RGB Variations
Color information
#5F6486 (or 0x5F6486) is known color: Comet. HEX triplet: 5F, 64 and 86. RGB value is (95,100,134). Sum of RGB (Red+Green+Blue) = 95+100+134=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #5F6486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6486 is #A09B79. Grayscale: #666666. Windows color (decimal): -10525562 or 8807519. OLE color: 8807519.
HSL color Cylindrical-coordinate representation of color #5F6486: hue angle of 232.31º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F6486 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 100 | 134 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.47 |
| HSL | 232.31º | 0.17% | 0.45% | - |
| HSV(B) | 232.31º | 0.29% | 0.53% | - |
| XYZ | 13.58 | 13.27 | 24.4 | - |
| YUV | 102.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 134 | 0.29 | 0.25 | 0 | 0.47 | 232.31 | 0.17 | 0.45 |
| Hex | 5F | 64 | 86 | 1D | 19 | 0 | 2F | E8 | 11 | 2D |
| Octal | 137 | 144 | 206 | 35 | 31 | 0 | 57 | 350 | 21 | 55 |
| Binary | 1011111 | 1100100 | 10000110 | 11101 | 11001 | 0 | 101111 | 11101000 | 10001 | 101101 |
Color Harmonies of #5F6486
Complementary color
Monochromatic Colors of #5F6486
Black with #5F6486
Text Example
Text Example
White with #5F6486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6486; }
p { color: rgb(95,100,134); }
H1.HeaderClassName
{
color: #5F6486;
}
.AnyTagClassName
{
color: #5F6486;
}
</style>
background-color css
<style>
a { background-color: #5F6486; }
a { background-color: rgb(95,100,134); }
div.DivClassName
{
background-color: #5F6486;
}
.BgClassName
{
background-color: #5F6486;
}
</style>
border-color css
<style>
span { border-color: #5F6486; }
span { border-color: rgb(95,100,134); }
td.TdClassName
{
border-color: #5F6486;
}
.TagClassName
{
border-color: #5F6486;
}
</style>