Shades of Comet #57597F
Tints of Comet #57597F
RGB
CMYK
RGB Variations
Color information
#57597F (or 0x57597F) is known color: Comet. HEX triplet: 57, 59 and 7F. RGB value is (87,89,127). Sum of RGB (Red+Green+Blue) = 87+89+127=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #57597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57597F is #A8A680. Grayscale: #5C5C5C. Windows color (decimal): -11052673 or 8345943. OLE color: 8345943.
HSL color Cylindrical-coordinate representation of color #57597F: hue angle of 237º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57597F is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 89 | 127 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.50 |
| HSL | 237º | 0.19% | 0.42% | - |
| HSV(B) | 237º | 0.31% | 0.5% | - |
| XYZ | 11.33 | 10.7 | 21.55 | - |
| YUV | 92.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 127 | 0.31 | 0.30 | 0 | 0.50 | 237 | 0.19 | 0.42 |
| Hex | 57 | 59 | 7F | 1F | 1E | 0 | 32 | ED | 13 | 2A |
| Octal | 127 | 131 | 177 | 37 | 36 | 0 | 62 | 355 | 23 | 52 |
| Binary | 1010111 | 1011001 | 1111111 | 11111 | 11110 | 0 | 110010 | 11101101 | 10011 | 101010 |
Color Harmonies of #57597F
Complementary color
Monochromatic Colors of #57597F
Black with #57597F
Text Example
Text Example
White with #57597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57597F; }
p { color: rgb(87,89,127); }
H1.HeaderClassName
{
color: #57597F;
}
.AnyTagClassName
{
color: #57597F;
}
</style>
background-color css
<style>
a { background-color: #57597F; }
a { background-color: rgb(87,89,127); }
div.DivClassName
{
background-color: #57597F;
}
.BgClassName
{
background-color: #57597F;
}
</style>
border-color css
<style>
span { border-color: #57597F; }
span { border-color: rgb(87,89,127); }
td.TdClassName
{
border-color: #57597F;
}
.TagClassName
{
border-color: #57597F;
}
</style>