Shades of Comet #5B5D74
Tints of Comet #5B5D74
RGB
CMYK
RGB Variations
Color information
#5B5D74 (or 0x5B5D74) is known color: Comet. HEX triplet: 5B, 5D and 74. RGB value is (91,93,116). Sum of RGB (Red+Green+Blue) = 91+93+116=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B5D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5D74 is #A4A28B. Grayscale: #5E5E5E. Windows color (decimal): -10789516 or 7626075. OLE color: 7626075.
HSL color Cylindrical-coordinate representation of color #5B5D74: hue angle of 235.2º 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 #5B5D74 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 93 | 116 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.55 |
| HSL | 235.2º | 0.12% | 0.41% | - |
| HSV(B) | 235.2º | 0.22% | 0.45% | - |
| XYZ | 11.38 | 11.31 | 18.11 | - |
| YUV | 95.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 116 | 0.22 | 0.20 | 0 | 0.55 | 235.2 | 0.12 | 0.41 |
| Hex | 5B | 5D | 74 | 16 | 14 | 0 | 37 | EB | C | 29 |
| Octal | 133 | 135 | 164 | 26 | 24 | 0 | 67 | 353 | 14 | 51 |
| Binary | 1011011 | 1011101 | 1110100 | 10110 | 10100 | 0 | 110111 | 11101011 | 1100 | 101001 |
Color Harmonies of #5B5D74
Complementary color
Monochromatic Colors of #5B5D74
Black with #5B5D74
Text Example
Text Example
White with #5B5D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5D74; }
p { color: rgb(91,93,116); }
H1.HeaderClassName
{
color: #5B5D74;
}
.AnyTagClassName
{
color: #5B5D74;
}
</style>
background-color css
<style>
a { background-color: #5B5D74; }
a { background-color: rgb(91,93,116); }
div.DivClassName
{
background-color: #5B5D74;
}
.BgClassName
{
background-color: #5B5D74;
}
</style>
border-color css
<style>
span { border-color: #5B5D74; }
span { border-color: rgb(91,93,116); }
td.TdClassName
{
border-color: #5B5D74;
}
.TagClassName
{
border-color: #5B5D74;
}
</style>