Shades of Comet #5A5F70
Tints of Comet #5A5F70
RGB
CMYK
RGB Variations
Color information
#5A5F70 (or 0x5A5F70) is known color: Comet. HEX triplet: 5A, 5F and 70. RGB value is (90,95,112). Sum of RGB (Red+Green+Blue) = 90+95+112=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A5F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5F70 is #A5A08F. Grayscale: #5F5F5F. Windows color (decimal): -10854544 or 7364442. OLE color: 7364442.
HSL color Cylindrical-coordinate representation of color #5A5F70: hue angle of 226.36º 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 #5A5F70 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 95 | 112 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.56 |
| HSL | 226.36º | 0.11% | 0.4% | - |
| HSV(B) | 226.36º | 0.2% | 0.44% | - |
| XYZ | 11.23 | 11.53 | 16.96 | - |
| YUV | 95.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 112 | 0.20 | 0.15 | 0 | 0.56 | 226.36 | 0.11 | 0.4 |
| Hex | 5A | 5F | 70 | 14 | F | 0 | 38 | E2 | B | 28 |
| Octal | 132 | 137 | 160 | 24 | 17 | 0 | 70 | 342 | 13 | 50 |
| Binary | 1011010 | 1011111 | 1110000 | 10100 | 1111 | 0 | 111000 | 11100010 | 1011 | 101000 |
Color Harmonies of #5A5F70
Complementary color
Monochromatic Colors of #5A5F70
Black with #5A5F70
Text Example
Text Example
White with #5A5F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5F70; }
p { color: rgb(90,95,112); }
H1.HeaderClassName
{
color: #5A5F70;
}
.AnyTagClassName
{
color: #5A5F70;
}
</style>
background-color css
<style>
a { background-color: #5A5F70; }
a { background-color: rgb(90,95,112); }
div.DivClassName
{
background-color: #5A5F70;
}
.BgClassName
{
background-color: #5A5F70;
}
</style>
border-color css
<style>
span { border-color: #5A5F70; }
span { border-color: rgb(90,95,112); }
td.TdClassName
{
border-color: #5A5F70;
}
.TagClassName
{
border-color: #5A5F70;
}
</style>