Shades of Comet #575B7F
Tints of Comet #575B7F
RGB
CMYK
RGB Variations
Color information
#575B7F (or 0x575B7F) is known color: Comet. HEX triplet: 57, 5B and 7F. RGB value is (87,91,127). Sum of RGB (Red+Green+Blue) = 87+91+127=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #575B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B7F is #A8A480. Grayscale: #5D5D5D. Windows color (decimal): -11052161 or 8346455. OLE color: 8346455.
HSL color Cylindrical-coordinate representation of color #575B7F: hue angle of 234º 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 #575B7F is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 91 | 127 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.50 |
| HSL | 234º | 0.19% | 0.42% | - |
| HSV(B) | 234º | 0.31% | 0.5% | - |
| XYZ | 11.5 | 11.04 | 21.6 | - |
| YUV | 93.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 127 | 0.31 | 0.28 | 0 | 0.50 | 234 | 0.19 | 0.42 |
| Hex | 57 | 5B | 7F | 1F | 1C | 0 | 32 | EA | 13 | 2A |
| Octal | 127 | 133 | 177 | 37 | 34 | 0 | 62 | 352 | 23 | 52 |
| Binary | 1010111 | 1011011 | 1111111 | 11111 | 11100 | 0 | 110010 | 11101010 | 10011 | 101010 |
Color Harmonies of #575B7F
Complementary color
Monochromatic Colors of #575B7F
Black with #575B7F
Text Example
Text Example
White with #575B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B7F; }
p { color: rgb(87,91,127); }
H1.HeaderClassName
{
color: #575B7F;
}
.AnyTagClassName
{
color: #575B7F;
}
</style>
background-color css
<style>
a { background-color: #575B7F; }
a { background-color: rgb(87,91,127); }
div.DivClassName
{
background-color: #575B7F;
}
.BgClassName
{
background-color: #575B7F;
}
</style>
border-color css
<style>
span { border-color: #575B7F; }
span { border-color: rgb(87,91,127); }
td.TdClassName
{
border-color: #575B7F;
}
.TagClassName
{
border-color: #575B7F;
}
</style>