Shades of Comet #5F5D82
Tints of Comet #5F5D82
RGB
CMYK
RGB Variations
Color information
#5F5D82 (or 0x5F5D82) is known color: Comet. HEX triplet: 5F, 5D and 82. RGB value is (95,93,130). Sum of RGB (Red+Green+Blue) = 95+93+130=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #5F5D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5D82 is #A0A27D. Grayscale: #616161. Windows color (decimal): -10527358 or 8543583. OLE color: 8543583.
HSL color Cylindrical-coordinate representation of color #5F5D82: hue angle of 243.24º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F5D82 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 93 | 130 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.49 |
| HSL | 243.24º | 0.17% | 0.44% | - |
| HSV(B) | 243.24º | 0.28% | 0.51% | - |
| XYZ | 12.66 | 11.87 | 22.74 | - |
| YUV | 97.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 93 | 130 | 0.27 | 0.28 | 0 | 0.49 | 243.24 | 0.17 | 0.44 |
| Hex | 5F | 5D | 82 | 1B | 1C | 0 | 31 | F3 | 11 | 2C |
| Octal | 137 | 135 | 202 | 33 | 34 | 0 | 61 | 363 | 21 | 54 |
| Binary | 1011111 | 1011101 | 10000010 | 11011 | 11100 | 0 | 110001 | 11110011 | 10001 | 101100 |
Color Harmonies of #5F5D82
Complementary color
Monochromatic Colors of #5F5D82
Black with #5F5D82
Text Example
Text Example
White with #5F5D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5D82; }
p { color: rgb(95,93,130); }
H1.HeaderClassName
{
color: #5F5D82;
}
.AnyTagClassName
{
color: #5F5D82;
}
</style>
background-color css
<style>
a { background-color: #5F5D82; }
a { background-color: rgb(95,93,130); }
div.DivClassName
{
background-color: #5F5D82;
}
.BgClassName
{
background-color: #5F5D82;
}
</style>
border-color css
<style>
span { border-color: #5F5D82; }
span { border-color: rgb(95,93,130); }
td.TdClassName
{
border-color: #5F5D82;
}
.TagClassName
{
border-color: #5F5D82;
}
</style>