Shades of Comet #575781
Tints of Comet #575781
RGB
CMYK
RGB Variations
Color information
#575781 (or 0x575781) is known color: Comet. HEX triplet: 57, 57 and 81. RGB value is (87,87,129). Sum of RGB (Red+Green+Blue) = 87+87+129=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #575781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575781 is #A8A87E. Grayscale: #5B5B5B. Windows color (decimal): -11053183 or 8476503. OLE color: 8476503.
HSL color Cylindrical-coordinate representation of color #575781: hue angle of 240º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #575781 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 87 | 129 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.49 |
| HSL | 240º | 0.19% | 0.42% | - |
| HSV(B) | 240º | 0.33% | 0.51% | - |
| XYZ | 11.3 | 10.43 | 22.19 | - |
| YUV | 91.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 129 | 0.33 | 0.33 | 0 | 0.49 | 240 | 0.19 | 0.42 |
| Hex | 57 | 57 | 81 | 21 | 21 | 0 | 31 | F0 | 13 | 2A |
| Octal | 127 | 127 | 201 | 41 | 41 | 0 | 61 | 360 | 23 | 52 |
| Binary | 1010111 | 1010111 | 10000001 | 100001 | 100001 | 0 | 110001 | 11110000 | 10011 | 101010 |
Color Harmonies of #575781
Complementary color
Monochromatic Colors of #575781
Black with #575781
Text Example
Text Example
White with #575781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575781; }
p { color: rgb(87,87,129); }
H1.HeaderClassName
{
color: #575781;
}
.AnyTagClassName
{
color: #575781;
}
</style>
background-color css
<style>
a { background-color: #575781; }
a { background-color: rgb(87,87,129); }
div.DivClassName
{
background-color: #575781;
}
.BgClassName
{
background-color: #575781;
}
</style>
border-color css
<style>
span { border-color: #575781; }
span { border-color: rgb(87,87,129); }
td.TdClassName
{
border-color: #575781;
}
.TagClassName
{
border-color: #575781;
}
</style>