Shades of Comet #5F627A
Tints of Comet #5F627A
RGB
CMYK
RGB Variations
Color information
#5F627A (or 0x5F627A) is known color: Comet. HEX triplet: 5F, 62 and 7A. RGB value is (95,98,122). Sum of RGB (Red+Green+Blue) = 95+98+122=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F627A is #A09D85. Grayscale: #636363. Windows color (decimal): -10526086 or 8020575. OLE color: 8020575.
HSL color Cylindrical-coordinate representation of color #5F627A: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F627A is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 98 | 122 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.52 |
| HSL | 233.33º | 0.12% | 0.43% | - |
| HSV(B) | 233.33º | 0.22% | 0.48% | - |
| XYZ | 12.6 | 12.57 | 20.18 | - |
| YUV | 99.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 98 | 122 | 0.22 | 0.20 | 0 | 0.52 | 233.33 | 0.12 | 0.43 |
| Hex | 5F | 62 | 7A | 16 | 14 | 0 | 34 | E9 | C | 2B |
| Octal | 137 | 142 | 172 | 26 | 24 | 0 | 64 | 351 | 14 | 53 |
| Binary | 1011111 | 1100010 | 1111010 | 10110 | 10100 | 0 | 110100 | 11101001 | 1100 | 101011 |
Color Harmonies of #5F627A
Complementary color
Monochromatic Colors of #5F627A
Black with #5F627A
Text Example
Text Example
White with #5F627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F627A; }
p { color: rgb(95,98,122); }
H1.HeaderClassName
{
color: #5F627A;
}
.AnyTagClassName
{
color: #5F627A;
}
</style>
background-color css
<style>
a { background-color: #5F627A; }
a { background-color: rgb(95,98,122); }
div.DivClassName
{
background-color: #5F627A;
}
.BgClassName
{
background-color: #5F627A;
}
</style>
border-color css
<style>
span { border-color: #5F627A; }
span { border-color: rgb(95,98,122); }
td.TdClassName
{
border-color: #5F627A;
}
.TagClassName
{
border-color: #5F627A;
}
</style>