Shades of Comet #5B5F74
Tints of Comet #5B5F74
RGB
CMYK
RGB Variations
Color information
#5B5F74 (or 0x5B5F74) is known color: Comet. HEX triplet: 5B, 5F and 74. RGB value is (91,95,116). Sum of RGB (Red+Green+Blue) = 91+95+116=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B5F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5F74 is #A4A08B. Grayscale: #606060. Windows color (decimal): -10789004 or 7626587. OLE color: 7626587.
HSL color Cylindrical-coordinate representation of color #5B5F74: hue angle of 230.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B5F74 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 95 | 116 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.55 |
| HSL | 230.4º | 0.12% | 0.41% | - |
| HSV(B) | 230.4º | 0.22% | 0.45% | - |
| XYZ | 11.56 | 11.67 | 18.17 | - |
| YUV | 96.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 116 | 0.22 | 0.18 | 0 | 0.55 | 230.4 | 0.12 | 0.41 |
| Hex | 5B | 5F | 74 | 16 | 12 | 0 | 37 | E6 | C | 29 |
| Octal | 133 | 137 | 164 | 26 | 22 | 0 | 67 | 346 | 14 | 51 |
| Binary | 1011011 | 1011111 | 1110100 | 10110 | 10010 | 0 | 110111 | 11100110 | 1100 | 101001 |
Color Harmonies of #5B5F74
Complementary color
Monochromatic Colors of #5B5F74
Black with #5B5F74
Text Example
Text Example
White with #5B5F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5F74; }
p { color: rgb(91,95,116); }
H1.HeaderClassName
{
color: #5B5F74;
}
.AnyTagClassName
{
color: #5B5F74;
}
</style>
background-color css
<style>
a { background-color: #5B5F74; }
a { background-color: rgb(91,95,116); }
div.DivClassName
{
background-color: #5B5F74;
}
.BgClassName
{
background-color: #5B5F74;
}
</style>
border-color css
<style>
span { border-color: #5B5F74; }
span { border-color: rgb(91,95,116); }
td.TdClassName
{
border-color: #5B5F74;
}
.TagClassName
{
border-color: #5B5F74;
}
</style>