Shades of Comet #56597F
Tints of Comet #56597F
RGB
CMYK
RGB Variations
Color information
#56597F (or 0x56597F) is known color: Comet. HEX triplet: 56, 59 and 7F. RGB value is (86,89,127). Sum of RGB (Red+Green+Blue) = 86+89+127=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #56597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56597F is #A9A680. Grayscale: #5C5C5C. Windows color (decimal): -11118209 or 8345942. OLE color: 8345942.
HSL color Cylindrical-coordinate representation of color #56597F: hue angle of 235.61º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56597F is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 89 | 127 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.50 |
| HSL | 235.61º | 0.19% | 0.42% | - |
| HSV(B) | 235.61º | 0.32% | 0.5% | - |
| XYZ | 11.24 | 10.66 | 21.54 | - |
| YUV | 92.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 127 | 0.32 | 0.30 | 0 | 0.50 | 235.61 | 0.19 | 0.42 |
| Hex | 56 | 59 | 7F | 20 | 1E | 0 | 32 | EC | 13 | 2A |
| Octal | 126 | 131 | 177 | 40 | 36 | 0 | 62 | 354 | 23 | 52 |
| Binary | 1010110 | 1011001 | 1111111 | 100000 | 11110 | 0 | 110010 | 11101100 | 10011 | 101010 |
Color Harmonies of #56597F
Complementary color
Monochromatic Colors of #56597F
Black with #56597F
Text Example
Text Example
White with #56597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56597F; }
p { color: rgb(86,89,127); }
H1.HeaderClassName
{
color: #56597F;
}
.AnyTagClassName
{
color: #56597F;
}
</style>
background-color css
<style>
a { background-color: #56597F; }
a { background-color: rgb(86,89,127); }
div.DivClassName
{
background-color: #56597F;
}
.BgClassName
{
background-color: #56597F;
}
</style>
border-color css
<style>
span { border-color: #56597F; }
span { border-color: rgb(86,89,127); }
td.TdClassName
{
border-color: #56597F;
}
.TagClassName
{
border-color: #56597F;
}
</style>