Shades of Comet #585F81
Tints of Comet #585F81
RGB
CMYK
RGB Variations
Color information
#585F81 (or 0x585F81) is known color: Comet. HEX triplet: 58, 5F and 81. RGB value is (88,95,129). Sum of RGB (Red+Green+Blue) = 88+95+129=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #585F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585F81 is #A7A07E. Grayscale: #606060. Windows color (decimal): -10985599 or 8478552. OLE color: 8478552.
HSL color Cylindrical-coordinate representation of color #585F81: hue angle of 229.76º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #585F81 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 95 | 129 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.49 |
| HSL | 229.76º | 0.19% | 0.43% | - |
| HSV(B) | 229.76º | 0.32% | 0.51% | - |
| XYZ | 12.08 | 11.84 | 22.42 | - |
| YUV | 96.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 129 | 0.32 | 0.26 | 0 | 0.49 | 229.76 | 0.19 | 0.43 |
| Hex | 58 | 5F | 81 | 20 | 1A | 0 | 31 | E6 | 13 | 2B |
| Octal | 130 | 137 | 201 | 40 | 32 | 0 | 61 | 346 | 23 | 53 |
| Binary | 1011000 | 1011111 | 10000001 | 100000 | 11010 | 0 | 110001 | 11100110 | 10011 | 101011 |
Color Harmonies of #585F81
Complementary color
Monochromatic Colors of #585F81
Black with #585F81
Text Example
Text Example
White with #585F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F81; }
p { color: rgb(88,95,129); }
H1.HeaderClassName
{
color: #585F81;
}
.AnyTagClassName
{
color: #585F81;
}
</style>
background-color css
<style>
a { background-color: #585F81; }
a { background-color: rgb(88,95,129); }
div.DivClassName
{
background-color: #585F81;
}
.BgClassName
{
background-color: #585F81;
}
</style>
border-color css
<style>
span { border-color: #585F81; }
span { border-color: rgb(88,95,129); }
td.TdClassName
{
border-color: #585F81;
}
.TagClassName
{
border-color: #585F81;
}
</style>