Shades of Comet #5F637C
Tints of Comet #5F637C
RGB
CMYK
RGB Variations
Color information
#5F637C (or 0x5F637C) is known color: Comet. HEX triplet: 5F, 63 and 7C. RGB value is (95,99,124). Sum of RGB (Red+Green+Blue) = 95+99+124=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F637C is #A09C83. Grayscale: #646464. Windows color (decimal): -10525828 or 8151903. OLE color: 8151903.
HSL color Cylindrical-coordinate representation of color #5F637C: hue angle of 231.72º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F637C is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 99 | 124 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.51 |
| HSL | 231.72º | 0.13% | 0.43% | - |
| HSV(B) | 231.72º | 0.23% | 0.49% | - |
| XYZ | 12.82 | 12.81 | 20.87 | - |
| YUV | 100.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 124 | 0.23 | 0.20 | 0 | 0.51 | 231.72 | 0.13 | 0.43 |
| Hex | 5F | 63 | 7C | 17 | 14 | 0 | 33 | E8 | D | 2B |
| Octal | 137 | 143 | 174 | 27 | 24 | 0 | 63 | 350 | 15 | 53 |
| Binary | 1011111 | 1100011 | 1111100 | 10111 | 10100 | 0 | 110011 | 11101000 | 1101 | 101011 |
Color Harmonies of #5F637C
Complementary color
Monochromatic Colors of #5F637C
Black with #5F637C
Text Example
Text Example
White with #5F637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F637C; }
p { color: rgb(95,99,124); }
H1.HeaderClassName
{
color: #5F637C;
}
.AnyTagClassName
{
color: #5F637C;
}
</style>
background-color css
<style>
a { background-color: #5F637C; }
a { background-color: rgb(95,99,124); }
div.DivClassName
{
background-color: #5F637C;
}
.BgClassName
{
background-color: #5F637C;
}
</style>
border-color css
<style>
span { border-color: #5F637C; }
span { border-color: rgb(95,99,124); }
td.TdClassName
{
border-color: #5F637C;
}
.TagClassName
{
border-color: #5F637C;
}
</style>