Shades of Comet #5C5A85
Tints of Comet #5C5A85
RGB
CMYK
RGB Variations
Color information
#5C5A85 (or 0x5C5A85) is known color: Comet. HEX triplet: 5C, 5A and 85. RGB value is (92,90,133). Sum of RGB (Red+Green+Blue) = 92+90+133=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C5A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5A85 is #A3A57A. Grayscale: #5F5F5F. Windows color (decimal): -10724731 or 8739420. OLE color: 8739420.
HSL color Cylindrical-coordinate representation of color #5C5A85: hue angle of 242.79º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C5A85 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 90 | 133 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.48 |
| HSL | 242.79º | 0.19% | 0.44% | - |
| HSV(B) | 242.79º | 0.32% | 0.52% | - |
| XYZ | 12.3 | 11.28 | 23.72 | - |
| YUV | 95.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 133 | 0.31 | 0.32 | 0 | 0.48 | 242.79 | 0.19 | 0.44 |
| Hex | 5C | 5A | 85 | 1F | 20 | 0 | 30 | F3 | 13 | 2C |
| Octal | 134 | 132 | 205 | 37 | 40 | 0 | 60 | 363 | 23 | 54 |
| Binary | 1011100 | 1011010 | 10000101 | 11111 | 100000 | 0 | 110000 | 11110011 | 10011 | 101100 |
Color Harmonies of #5C5A85
Complementary color
Monochromatic Colors of #5C5A85
Black with #5C5A85
Text Example
Text Example
White with #5C5A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5A85; }
p { color: rgb(92,90,133); }
H1.HeaderClassName
{
color: #5C5A85;
}
.AnyTagClassName
{
color: #5C5A85;
}
</style>
background-color css
<style>
a { background-color: #5C5A85; }
a { background-color: rgb(92,90,133); }
div.DivClassName
{
background-color: #5C5A85;
}
.BgClassName
{
background-color: #5C5A85;
}
</style>
border-color css
<style>
span { border-color: #5C5A85; }
span { border-color: rgb(92,90,133); }
td.TdClassName
{
border-color: #5C5A85;
}
.TagClassName
{
border-color: #5C5A85;
}
</style>