Shades of Comet #5A5C68
Tints of Comet #5A5C68
RGB
CMYK
RGB Variations
Color information
#5A5C68 (or 0x5A5C68) is known color: Comet. HEX triplet: 5A, 5C and 68. RGB value is (90,92,104). Sum of RGB (Red+Green+Blue) = 90+92+104=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A5C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5C68 is #A5A397. Grayscale: #5C5C5C. Windows color (decimal): -10855320 or 6839386. OLE color: 6839386.
HSL color Cylindrical-coordinate representation of color #5A5C68: hue angle of 231.43º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A5C68 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 92 | 104 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.59 |
| HSL | 231.43º | 0.07% | 0.38% | - |
| HSV(B) | 231.43º | 0.13% | 0.41% | - |
| XYZ | 10.54 | 10.83 | 14.63 | - |
| YUV | 92.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 104 | 0.13 | 0.12 | 0 | 0.59 | 231.43 | 0.07 | 0.38 |
| Hex | 5A | 5C | 68 | D | C | 0 | 3B | E7 | 7 | 26 |
| Octal | 132 | 134 | 150 | 15 | 14 | 0 | 73 | 347 | 7 | 46 |
| Binary | 1011010 | 1011100 | 1101000 | 1101 | 1100 | 0 | 111011 | 11100111 | 111 | 100110 |
Color Harmonies of #5A5C68
Complementary color
Monochromatic Colors of #5A5C68
Black with #5A5C68
Text Example
Text Example
White with #5A5C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5C68; }
p { color: rgb(90,92,104); }
H1.HeaderClassName
{
color: #5A5C68;
}
.AnyTagClassName
{
color: #5A5C68;
}
</style>
background-color css
<style>
a { background-color: #5A5C68; }
a { background-color: rgb(90,92,104); }
div.DivClassName
{
background-color: #5A5C68;
}
.BgClassName
{
background-color: #5A5C68;
}
</style>
border-color css
<style>
span { border-color: #5A5C68; }
span { border-color: rgb(90,92,104); }
td.TdClassName
{
border-color: #5A5C68;
}
.TagClassName
{
border-color: #5A5C68;
}
</style>