Shades of Comet #5A5F71
Tints of Comet #5A5F71
RGB
CMYK
RGB Variations
Color information
#5A5F71 (or 0x5A5F71) is known color: Comet. HEX triplet: 5A, 5F and 71. RGB value is (90,95,113). Sum of RGB (Red+Green+Blue) = 90+95+113=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A5F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5F71 is #A5A08E. Grayscale: #5F5F5F. Windows color (decimal): -10854543 or 7429978. OLE color: 7429978.
HSL color Cylindrical-coordinate representation of color #5A5F71: hue angle of 226.96º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A5F71 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 95 | 113 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.56 |
| HSL | 226.96º | 0.11% | 0.4% | - |
| HSV(B) | 226.96º | 0.2% | 0.44% | - |
| XYZ | 11.29 | 11.55 | 17.26 | - |
| YUV | 95.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 113 | 0.20 | 0.16 | 0 | 0.56 | 226.96 | 0.11 | 0.4 |
| Hex | 5A | 5F | 71 | 14 | 10 | 0 | 38 | E3 | B | 28 |
| Octal | 132 | 137 | 161 | 24 | 20 | 0 | 70 | 343 | 13 | 50 |
| Binary | 1011010 | 1011111 | 1110001 | 10100 | 10000 | 0 | 111000 | 11100011 | 1011 | 101000 |
Color Harmonies of #5A5F71
Complementary color
Monochromatic Colors of #5A5F71
Black with #5A5F71
Text Example
Text Example
White with #5A5F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5F71; }
p { color: rgb(90,95,113); }
H1.HeaderClassName
{
color: #5A5F71;
}
.AnyTagClassName
{
color: #5A5F71;
}
</style>
background-color css
<style>
a { background-color: #5A5F71; }
a { background-color: rgb(90,95,113); }
div.DivClassName
{
background-color: #5A5F71;
}
.BgClassName
{
background-color: #5A5F71;
}
</style>
border-color css
<style>
span { border-color: #5A5F71; }
span { border-color: rgb(90,95,113); }
td.TdClassName
{
border-color: #5A5F71;
}
.TagClassName
{
border-color: #5A5F71;
}
</style>