Shades of Comet #5B6181
Tints of Comet #5B6181
RGB
CMYK
RGB Variations
Color information
#5B6181 (or 0x5B6181) is known color: Comet. HEX triplet: 5B, 61 and 81. RGB value is (91,97,129). Sum of RGB (Red+Green+Blue) = 91+97+129=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #5B6181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6181 is #A49E7E. Grayscale: #626262. Windows color (decimal): -10788479 or 8479067. OLE color: 8479067.
HSL color Cylindrical-coordinate representation of color #5B6181: hue angle of 230.53º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B6181 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 97 | 129 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.49 |
| HSL | 230.53º | 0.17% | 0.43% | - |
| HSV(B) | 230.53º | 0.29% | 0.51% | - |
| XYZ | 12.55 | 12.36 | 22.49 | - |
| YUV | 98.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 129 | 0.29 | 0.25 | 0 | 0.49 | 230.53 | 0.17 | 0.43 |
| Hex | 5B | 61 | 81 | 1D | 19 | 0 | 31 | E7 | 11 | 2B |
| Octal | 133 | 141 | 201 | 35 | 31 | 0 | 61 | 347 | 21 | 53 |
| Binary | 1011011 | 1100001 | 10000001 | 11101 | 11001 | 0 | 110001 | 11100111 | 10001 | 101011 |
Color Harmonies of #5B6181
Complementary color
Monochromatic Colors of #5B6181
Black with #5B6181
Text Example
Text Example
White with #5B6181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6181; }
p { color: rgb(91,97,129); }
H1.HeaderClassName
{
color: #5B6181;
}
.AnyTagClassName
{
color: #5B6181;
}
</style>
background-color css
<style>
a { background-color: #5B6181; }
a { background-color: rgb(91,97,129); }
div.DivClassName
{
background-color: #5B6181;
}
.BgClassName
{
background-color: #5B6181;
}
</style>
border-color css
<style>
span { border-color: #5B6181; }
span { border-color: rgb(91,97,129); }
td.TdClassName
{
border-color: #5B6181;
}
.TagClassName
{
border-color: #5B6181;
}
</style>