Shades of Comet #5A5C85
Tints of Comet #5A5C85
RGB
CMYK
RGB Variations
Color information
#5A5C85 (or 0x5A5C85) is known color: Comet. HEX triplet: 5A, 5C and 85. RGB value is (90,92,133). Sum of RGB (Red+Green+Blue) = 90+92+133=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 92 (36.33% from 255 or 29.21% 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 #5A5C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5C85 is #A5A37A. Grayscale: #5F5F5F. Windows color (decimal): -10855291 or 8739930. OLE color: 8739930.
HSL color Cylindrical-coordinate representation of color #5A5C85: hue angle of 237.21º 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 #5A5C85 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 92 | 133 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.48 |
| HSL | 237.21º | 0.19% | 0.44% | - |
| HSV(B) | 237.21º | 0.32% | 0.52% | - |
| XYZ | 12.28 | 11.52 | 23.77 | - |
| YUV | 96.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 133 | 0.32 | 0.31 | 0 | 0.48 | 237.21 | 0.19 | 0.44 |
| Hex | 5A | 5C | 85 | 20 | 1F | 0 | 30 | ED | 13 | 2C |
| Octal | 132 | 134 | 205 | 40 | 37 | 0 | 60 | 355 | 23 | 54 |
| Binary | 1011010 | 1011100 | 10000101 | 100000 | 11111 | 0 | 110000 | 11101101 | 10011 | 101100 |
Color Harmonies of #5A5C85
Complementary color
Monochromatic Colors of #5A5C85
Black with #5A5C85
Text Example
Text Example
White with #5A5C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5C85; }
p { color: rgb(90,92,133); }
H1.HeaderClassName
{
color: #5A5C85;
}
.AnyTagClassName
{
color: #5A5C85;
}
</style>
background-color css
<style>
a { background-color: #5A5C85; }
a { background-color: rgb(90,92,133); }
div.DivClassName
{
background-color: #5A5C85;
}
.BgClassName
{
background-color: #5A5C85;
}
</style>
border-color css
<style>
span { border-color: #5A5C85; }
span { border-color: rgb(90,92,133); }
td.TdClassName
{
border-color: #5A5C85;
}
.TagClassName
{
border-color: #5A5C85;
}
</style>