Shades of Comet #585B74
Tints of Comet #585B74
RGB
CMYK
RGB Variations
Color information
#585B74 (or 0x585B74) is known color: Comet. HEX triplet: 58, 5B and 74. RGB value is (88,91,116). Sum of RGB (Red+Green+Blue) = 88+91+116=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #585B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B74 is #A7A48B. Grayscale: #5C5C5C. Windows color (decimal): -10986636 or 7625560. OLE color: 7625560.
HSL color Cylindrical-coordinate representation of color #585B74: hue angle of 233.57º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #585B74 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 91 | 116 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.55 |
| HSL | 233.57º | 0.14% | 0.4% | - |
| HSV(B) | 233.57º | 0.24% | 0.45% | - |
| XYZ | 10.92 | 10.82 | 18.04 | - |
| YUV | 92.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 116 | 0.24 | 0.22 | 0 | 0.55 | 233.57 | 0.14 | 0.4 |
| Hex | 58 | 5B | 74 | 18 | 16 | 0 | 37 | EA | E | 28 |
| Octal | 130 | 133 | 164 | 30 | 26 | 0 | 67 | 352 | 16 | 50 |
| Binary | 1011000 | 1011011 | 1110100 | 11000 | 10110 | 0 | 110111 | 11101010 | 1110 | 101000 |
Color Harmonies of #585B74
Complementary color
Monochromatic Colors of #585B74
Black with #585B74
Text Example
Text Example
White with #585B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B74; }
p { color: rgb(88,91,116); }
H1.HeaderClassName
{
color: #585B74;
}
.AnyTagClassName
{
color: #585B74;
}
</style>
background-color css
<style>
a { background-color: #585B74; }
a { background-color: rgb(88,91,116); }
div.DivClassName
{
background-color: #585B74;
}
.BgClassName
{
background-color: #585B74;
}
</style>
border-color css
<style>
span { border-color: #585B74; }
span { border-color: rgb(88,91,116); }
td.TdClassName
{
border-color: #585B74;
}
.TagClassName
{
border-color: #585B74;
}
</style>