Shades of Comet #5A5C6F
Tints of Comet #5A5C6F
RGB
CMYK
RGB Variations
Color information
#5A5C6F (or 0x5A5C6F) is known color: Comet. HEX triplet: 5A, 5C and 6F. RGB value is (90,92,111). Sum of RGB (Red+Green+Blue) = 90+92+111=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A5C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5C6F is #A5A390. Grayscale: #5D5D5D. Windows color (decimal): -10855313 or 7298138. OLE color: 7298138.
HSL color Cylindrical-coordinate representation of color #5A5C6F: hue angle of 234.29º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A5C6F is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 92 | 111 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.56 |
| HSL | 234.29º | 0.1% | 0.39% | - |
| HSV(B) | 234.29º | 0.19% | 0.44% | - |
| XYZ | 10.91 | 10.98 | 16.58 | - |
| YUV | 93.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 111 | 0.19 | 0.17 | 0 | 0.56 | 234.29 | 0.1 | 0.39 |
| Hex | 5A | 5C | 6F | 13 | 11 | 0 | 38 | EA | A | 27 |
| Octal | 132 | 134 | 157 | 23 | 21 | 0 | 70 | 352 | 12 | 47 |
| Binary | 1011010 | 1011100 | 1101111 | 10011 | 10001 | 0 | 111000 | 11101010 | 1010 | 100111 |
Color Harmonies of #5A5C6F
Complementary color
Monochromatic Colors of #5A5C6F
Black with #5A5C6F
Text Example
Text Example
White with #5A5C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5C6F; }
p { color: rgb(90,92,111); }
H1.HeaderClassName
{
color: #5A5C6F;
}
.AnyTagClassName
{
color: #5A5C6F;
}
</style>
background-color css
<style>
a { background-color: #5A5C6F; }
a { background-color: rgb(90,92,111); }
div.DivClassName
{
background-color: #5A5C6F;
}
.BgClassName
{
background-color: #5A5C6F;
}
</style>
border-color css
<style>
span { border-color: #5A5C6F; }
span { border-color: rgb(90,92,111); }
td.TdClassName
{
border-color: #5A5C6F;
}
.TagClassName
{
border-color: #5A5C6F;
}
</style>