Shades of Comet #5A5B65
Tints of Comet #5A5B65
RGB
CMYK
RGB Variations
Color information
#5A5B65 (or 0x5A5B65) is known color: Comet. HEX triplet: 5A, 5B and 65. RGB value is (90,91,101). Sum of RGB (Red+Green+Blue) = 90+91+101=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 101 - color contains mainly: blue. Hex color #5A5B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5B65 is #A5A49A. Grayscale: #5B5B5B. Windows color (decimal): -10855579 or 6642522. OLE color: 6642522.
HSL color Cylindrical-coordinate representation of color #5A5B65: hue angle of 234.55º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A5B65 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 91 | 101 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.60 |
| HSL | 234.55º | 0.06% | 0.37% | - |
| HSV(B) | 234.55º | 0.11% | 0.4% | - |
| XYZ | 10.31 | 10.6 | 13.81 | - |
| YUV | 91.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 101 | 0.11 | 0.10 | 0 | 0.60 | 234.55 | 0.06 | 0.37 |
| Hex | 5A | 5B | 65 | B | A | 0 | 3C | EB | 6 | 25 |
| Octal | 132 | 133 | 145 | 13 | 12 | 0 | 74 | 353 | 6 | 45 |
| Binary | 1011010 | 1011011 | 1100101 | 1011 | 1010 | 0 | 111100 | 11101011 | 110 | 100101 |
Color Harmonies of #5A5B65
Complementary color
Monochromatic Colors of #5A5B65
Black with #5A5B65
Text Example
Text Example
White with #5A5B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B65; }
p { color: rgb(90,91,101); }
H1.HeaderClassName
{
color: #5A5B65;
}
.AnyTagClassName
{
color: #5A5B65;
}
</style>
background-color css
<style>
a { background-color: #5A5B65; }
a { background-color: rgb(90,91,101); }
div.DivClassName
{
background-color: #5A5B65;
}
.BgClassName
{
background-color: #5A5B65;
}
</style>
border-color css
<style>
span { border-color: #5A5B65; }
span { border-color: rgb(90,91,101); }
td.TdClassName
{
border-color: #5A5B65;
}
.TagClassName
{
border-color: #5A5B65;
}
</style>