Shades of Comet #5A627E
Tints of Comet #5A627E
RGB
CMYK
RGB Variations
Color information
#5A627E (or 0x5A627E) is known color: Comet. HEX triplet: 5A, 62 and 7E. RGB value is (90,98,126). Sum of RGB (Red+Green+Blue) = 90+98+126=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A627E is #A59D81. Grayscale: #626262. Windows color (decimal): -10853762 or 8282714. OLE color: 8282714.
HSL color Cylindrical-coordinate representation of color #5A627E: hue angle of 226.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A627E is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 98 | 126 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.51 |
| HSL | 226.67º | 0.17% | 0.42% | - |
| HSV(B) | 226.67º | 0.29% | 0.49% | - |
| XYZ | 12.35 | 12.42 | 21.48 | - |
| YUV | 98.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 126 | 0.29 | 0.22 | 0 | 0.51 | 226.67 | 0.17 | 0.42 |
| Hex | 5A | 62 | 7E | 1D | 16 | 0 | 33 | E3 | 11 | 2A |
| Octal | 132 | 142 | 176 | 35 | 26 | 0 | 63 | 343 | 21 | 52 |
| Binary | 1011010 | 1100010 | 1111110 | 11101 | 10110 | 0 | 110011 | 11100011 | 10001 | 101010 |
Color Harmonies of #5A627E
Complementary color
Monochromatic Colors of #5A627E
Black with #5A627E
Text Example
Text Example
White with #5A627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A627E; }
p { color: rgb(90,98,126); }
H1.HeaderClassName
{
color: #5A627E;
}
.AnyTagClassName
{
color: #5A627E;
}
</style>
background-color css
<style>
a { background-color: #5A627E; }
a { background-color: rgb(90,98,126); }
div.DivClassName
{
background-color: #5A627E;
}
.BgClassName
{
background-color: #5A627E;
}
</style>
border-color css
<style>
span { border-color: #5A627E; }
span { border-color: rgb(90,98,126); }
td.TdClassName
{
border-color: #5A627E;
}
.TagClassName
{
border-color: #5A627E;
}
</style>