Shades of Comet #5D6385
Tints of Comet #5D6385
RGB
CMYK
RGB Variations
Color information
#5D6385 (or 0x5D6385) is known color: Comet. HEX triplet: 5D, 63 and 85. RGB value is (93,99,133). Sum of RGB (Red+Green+Blue) = 93+99+133=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D6385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6385 is #A29C7A. Grayscale: #646464. Windows color (decimal): -10656891 or 8741725. OLE color: 8741725.
HSL color Cylindrical-coordinate representation of color #5D6385: hue angle of 231º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D6385 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 99 | 133 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.48 |
| HSL | 231º | 0.18% | 0.44% | - |
| HSV(B) | 231º | 0.3% | 0.52% | - |
| XYZ | 13.21 | 12.94 | 23.99 | - |
| YUV | 101.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 133 | 0.30 | 0.26 | 0 | 0.48 | 231 | 0.18 | 0.44 |
| Hex | 5D | 63 | 85 | 1E | 1A | 0 | 30 | E7 | 12 | 2C |
| Octal | 135 | 143 | 205 | 36 | 32 | 0 | 60 | 347 | 22 | 54 |
| Binary | 1011101 | 1100011 | 10000101 | 11110 | 11010 | 0 | 110000 | 11100111 | 10010 | 101100 |
Color Harmonies of #5D6385
Complementary color
Monochromatic Colors of #5D6385
Black with #5D6385
Text Example
Text Example
White with #5D6385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6385; }
p { color: rgb(93,99,133); }
H1.HeaderClassName
{
color: #5D6385;
}
.AnyTagClassName
{
color: #5D6385;
}
</style>
background-color css
<style>
a { background-color: #5D6385; }
a { background-color: rgb(93,99,133); }
div.DivClassName
{
background-color: #5D6385;
}
.BgClassName
{
background-color: #5D6385;
}
</style>
border-color css
<style>
span { border-color: #5D6385; }
span { border-color: rgb(93,99,133); }
td.TdClassName
{
border-color: #5D6385;
}
.TagClassName
{
border-color: #5D6385;
}
</style>