Shades of Comet #5B5E7C
Tints of Comet #5B5E7C
RGB
CMYK
RGB Variations
Color information
#5B5E7C (or 0x5B5E7C) is known color: Comet. HEX triplet: 5B, 5E and 7C. RGB value is (91,94,124). Sum of RGB (Red+Green+Blue) = 91+94+124=309 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.45% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B5E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5E7C is #A4A183. Grayscale: #606060. Windows color (decimal): -10789252 or 8150619. OLE color: 8150619.
HSL color Cylindrical-coordinate representation of color #5B5E7C: hue angle of 234.55º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B5E7C is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
RGB | 91 | 94 | 124 | - |
CMYK | 0.27 | 0.24 | 0 | 0.51 |
HSL | 234.55º | 0.15% | 0.42% | - |
HSV(B) | 234.55º | 0.27% | 0.49% | - |
XYZ | 11.96 | 11.68 | 20.69 | - |
YUV | 96.52 | 143.51 | 124.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 91 | 94 | 124 | 0.27 | 0.24 | 0 | 0.51 | 234.55 | 0.15 | 0.42 |
Hex | 5B | 5E | 7C | 1B | 18 | 0 | 33 | EB | F | 2A |
Octal | 133 | 136 | 174 | 33 | 30 | 0 | 63 | 353 | 17 | 52 |
Binary | 1011011 | 1011110 | 1111100 | 11011 | 11000 | 0 | 110011 | 11101011 | 1111 | 101010 |
Color Harmonies of #5B5E7C
Complementary color
Monochromatic Colors of #5B5E7C
Black with #5B5E7C
Text Example
Text Example
White with #5B5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5E7C; }
p { color: rgb(91,94,124); }
H1.HeaderClassName
{
color: #5B5E7C;
}
.AnyTagClassName
{
color: #5B5E7C;
}
</style>
background-color css
<style>
a { background-color: #5B5E7C; }
a { background-color: rgb(91,94,124); }
div.DivClassName
{
background-color: #5B5E7C;
}
.BgClassName
{
background-color: #5B5E7C;
}
</style>
border-color css
<style>
span { border-color: #5B5E7C; }
span { border-color: rgb(91,94,124); }
td.TdClassName
{
border-color: #5B5E7C;
}
.TagClassName
{
border-color: #5B5E7C;
}
</style>