Shades of Comet #5A5B69
Tints of Comet #5A5B69
RGB
CMYK
RGB Variations
Color information
#5A5B69 (or 0x5A5B69) is known color: Comet. HEX triplet: 5A, 5B and 69. RGB value is (90,91,105). Sum of RGB (Red+Green+Blue) = 90+91+105=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #5A5B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5B69 is #A5A496. Grayscale: #5C5C5C. Windows color (decimal): -10855575 or 6904666. OLE color: 6904666.
HSL color Cylindrical-coordinate representation of color #5A5B69: hue angle of 236º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A5B69 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 91 | 105 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.59 |
| HSL | 236º | 0.08% | 0.38% | - |
| HSV(B) | 236º | 0.14% | 0.41% | - |
| XYZ | 10.51 | 10.68 | 14.87 | - |
| YUV | 92.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 105 | 0.14 | 0.13 | 0 | 0.59 | 236 | 0.08 | 0.38 |
| Hex | 5A | 5B | 69 | E | D | 0 | 3B | EC | 8 | 26 |
| Octal | 132 | 133 | 151 | 16 | 15 | 0 | 73 | 354 | 10 | 46 |
| Binary | 1011010 | 1011011 | 1101001 | 1110 | 1101 | 0 | 111011 | 11101100 | 1000 | 100110 |
Color Harmonies of #5A5B69
Complementary color
Monochromatic Colors of #5A5B69
Black with #5A5B69
Text Example
Text Example
White with #5A5B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B69; }
p { color: rgb(90,91,105); }
H1.HeaderClassName
{
color: #5A5B69;
}
.AnyTagClassName
{
color: #5A5B69;
}
</style>
background-color css
<style>
a { background-color: #5A5B69; }
a { background-color: rgb(90,91,105); }
div.DivClassName
{
background-color: #5A5B69;
}
.BgClassName
{
background-color: #5A5B69;
}
</style>
border-color css
<style>
span { border-color: #5A5B69; }
span { border-color: rgb(90,91,105); }
td.TdClassName
{
border-color: #5A5B69;
}
.TagClassName
{
border-color: #5A5B69;
}
</style>