Shades of Comet #5A5C6B
Tints of Comet #5A5C6B
RGB
CMYK
RGB Variations
Color information
#5A5C6B (or 0x5A5C6B) is known color: Comet. HEX triplet: 5A, 5C and 6B. RGB value is (90,92,107). Sum of RGB (Red+Green+Blue) = 90+92+107=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 107 - color contains mainly: blue. Hex color #5A5C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5C6B is #A5A394. Grayscale: #5D5D5D. Windows color (decimal): -10855317 or 7035994. OLE color: 7035994.
HSL color Cylindrical-coordinate representation of color #5A5C6B: hue angle of 232.94º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A5C6B is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 92 | 107 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.58 |
| HSL | 232.94º | 0.09% | 0.39% | - |
| HSV(B) | 232.94º | 0.16% | 0.42% | - |
| XYZ | 10.7 | 10.89 | 15.45 | - |
| YUV | 93.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 107 | 0.16 | 0.14 | 0 | 0.58 | 232.94 | 0.09 | 0.39 |
| Hex | 5A | 5C | 6B | 10 | E | 0 | 3A | E9 | 9 | 27 |
| Octal | 132 | 134 | 153 | 20 | 16 | 0 | 72 | 351 | 11 | 47 |
| Binary | 1011010 | 1011100 | 1101011 | 10000 | 1110 | 0 | 111010 | 11101001 | 1001 | 100111 |
Color Harmonies of #5A5C6B
Complementary color
Monochromatic Colors of #5A5C6B
Black with #5A5C6B
Text Example
Text Example
White with #5A5C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5C6B; }
p { color: rgb(90,92,107); }
H1.HeaderClassName
{
color: #5A5C6B;
}
.AnyTagClassName
{
color: #5A5C6B;
}
</style>
background-color css
<style>
a { background-color: #5A5C6B; }
a { background-color: rgb(90,92,107); }
div.DivClassName
{
background-color: #5A5C6B;
}
.BgClassName
{
background-color: #5A5C6B;
}
</style>
border-color css
<style>
span { border-color: #5A5C6B; }
span { border-color: rgb(90,92,107); }
td.TdClassName
{
border-color: #5A5C6B;
}
.TagClassName
{
border-color: #5A5C6B;
}
</style>