Shades of Comet #585A77
Tints of Comet #585A77
RGB
CMYK
RGB Variations
Color information
#585A77 (or 0x585A77) is known color: Comet. HEX triplet: 58, 5A and 77. RGB value is (88,90,119). Sum of RGB (Red+Green+Blue) = 88+90+119=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #585A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A77 is #A7A588. Grayscale: #5C5C5C. Windows color (decimal): -10986889 or 7821912. OLE color: 7821912.
HSL color Cylindrical-coordinate representation of color #585A77: hue angle of 236.13º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #585A77 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 90 | 119 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.53 |
| HSL | 236.13º | 0.15% | 0.41% | - |
| HSV(B) | 236.13º | 0.26% | 0.47% | - |
| XYZ | 11.01 | 10.72 | 18.94 | - |
| YUV | 92.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 119 | 0.26 | 0.24 | 0 | 0.53 | 236.13 | 0.15 | 0.41 |
| Hex | 58 | 5A | 77 | 1A | 18 | 0 | 35 | EC | F | 29 |
| Octal | 130 | 132 | 167 | 32 | 30 | 0 | 65 | 354 | 17 | 51 |
| Binary | 1011000 | 1011010 | 1110111 | 11010 | 11000 | 0 | 110101 | 11101100 | 1111 | 101001 |
Color Harmonies of #585A77
Complementary color
Monochromatic Colors of #585A77
Black with #585A77
Text Example
Text Example
White with #585A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A77; }
p { color: rgb(88,90,119); }
H1.HeaderClassName
{
color: #585A77;
}
.AnyTagClassName
{
color: #585A77;
}
</style>
background-color css
<style>
a { background-color: #585A77; }
a { background-color: rgb(88,90,119); }
div.DivClassName
{
background-color: #585A77;
}
.BgClassName
{
background-color: #585A77;
}
</style>
border-color css
<style>
span { border-color: #585A77; }
span { border-color: rgb(88,90,119); }
td.TdClassName
{
border-color: #585A77;
}
.TagClassName
{
border-color: #585A77;
}
</style>