Shades of Comet #5F6388
Tints of Comet #5F6388
RGB
CMYK
RGB Variations
Color information
#5F6388 (or 0x5F6388) is known color: Comet. HEX triplet: 5F, 63 and 88. RGB value is (95,99,136). Sum of RGB (Red+Green+Blue) = 95+99+136=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #5F6388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6388 is #A09C77. Grayscale: #656565. Windows color (decimal): -10525816 or 8938335. OLE color: 8938335.
HSL color Cylindrical-coordinate representation of color #5F6388: hue angle of 234.15º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F6388 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 99 | 136 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.47 |
| HSL | 234.15º | 0.18% | 0.45% | - |
| HSV(B) | 234.15º | 0.3% | 0.53% | - |
| XYZ | 13.63 | 13.13 | 25.11 | - |
| YUV | 102.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 136 | 0.30 | 0.27 | 0 | 0.47 | 234.15 | 0.18 | 0.45 |
| Hex | 5F | 63 | 88 | 1E | 1B | 0 | 2F | EA | 12 | 2D |
| Octal | 137 | 143 | 210 | 36 | 33 | 0 | 57 | 352 | 22 | 55 |
| Binary | 1011111 | 1100011 | 10001000 | 11110 | 11011 | 0 | 101111 | 11101010 | 10010 | 101101 |
Color Harmonies of #5F6388
Complementary color
Monochromatic Colors of #5F6388
Black with #5F6388
Text Example
Text Example
White with #5F6388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6388; }
p { color: rgb(95,99,136); }
H1.HeaderClassName
{
color: #5F6388;
}
.AnyTagClassName
{
color: #5F6388;
}
</style>
background-color css
<style>
a { background-color: #5F6388; }
a { background-color: rgb(95,99,136); }
div.DivClassName
{
background-color: #5F6388;
}
.BgClassName
{
background-color: #5F6388;
}
</style>
border-color css
<style>
span { border-color: #5F6388; }
span { border-color: rgb(95,99,136); }
td.TdClassName
{
border-color: #5F6388;
}
.TagClassName
{
border-color: #5F6388;
}
</style>