Shades of Comet #585F7B
Tints of Comet #585F7B
RGB
CMYK
RGB Variations
Color information
#585F7B (or 0x585F7B) is known color: Comet. HEX triplet: 58, 5F and 7B. RGB value is (88,95,123). Sum of RGB (Red+Green+Blue) = 88+95+123=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #585F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F7B is #A7A084. Grayscale: #5F5F5F. Windows color (decimal): -10985605 or 8085336. OLE color: 8085336.
HSL color Cylindrical-coordinate representation of color #585F7B: hue angle of 228º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #585F7B is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 95 | 123 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.52 |
| HSL | 228º | 0.17% | 0.41% | - |
| HSV(B) | 228º | 0.28% | 0.48% | - |
| XYZ | 11.69 | 11.69 | 20.38 | - |
| YUV | 96.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 123 | 0.28 | 0.23 | 0 | 0.52 | 228 | 0.17 | 0.41 |
| Hex | 58 | 5F | 7B | 1C | 17 | 0 | 34 | E4 | 11 | 29 |
| Octal | 130 | 137 | 173 | 34 | 27 | 0 | 64 | 344 | 21 | 51 |
| Binary | 1011000 | 1011111 | 1111011 | 11100 | 10111 | 0 | 110100 | 11100100 | 10001 | 101001 |
Color Harmonies of #585F7B
Complementary color
Monochromatic Colors of #585F7B
Black with #585F7B
Text Example
Text Example
White with #585F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F7B; }
p { color: rgb(88,95,123); }
H1.HeaderClassName
{
color: #585F7B;
}
.AnyTagClassName
{
color: #585F7B;
}
</style>
background-color css
<style>
a { background-color: #585F7B; }
a { background-color: rgb(88,95,123); }
div.DivClassName
{
background-color: #585F7B;
}
.BgClassName
{
background-color: #585F7B;
}
</style>
border-color css
<style>
span { border-color: #585F7B; }
span { border-color: rgb(88,95,123); }
td.TdClassName
{
border-color: #585F7B;
}
.TagClassName
{
border-color: #585F7B;
}
</style>