Shades of Comet #575C7B
Tints of Comet #575C7B
RGB
CMYK
RGB Variations
Color information
#575C7B (or 0x575C7B) is known color: Comet. HEX triplet: 57, 5C and 7B. RGB value is (87,92,123). Sum of RGB (Red+Green+Blue) = 87+92+123=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #575C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C7B is #A8A384. Grayscale: #5D5D5D. Windows color (decimal): -11051909 or 8084567. OLE color: 8084567.
HSL color Cylindrical-coordinate representation of color #575C7B: hue angle of 231.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #575C7B is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 92 | 123 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.52 |
| HSL | 231.67º | 0.17% | 0.41% | - |
| HSV(B) | 231.67º | 0.29% | 0.48% | - |
| XYZ | 11.33 | 11.11 | 20.29 | - |
| YUV | 94.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 123 | 0.29 | 0.25 | 0 | 0.52 | 231.67 | 0.17 | 0.41 |
| Hex | 57 | 5C | 7B | 1D | 19 | 0 | 34 | E8 | 11 | 29 |
| Octal | 127 | 134 | 173 | 35 | 31 | 0 | 64 | 350 | 21 | 51 |
| Binary | 1010111 | 1011100 | 1111011 | 11101 | 11001 | 0 | 110100 | 11101000 | 10001 | 101001 |
Color Harmonies of #575C7B
Complementary color
Monochromatic Colors of #575C7B
Black with #575C7B
Text Example
Text Example
White with #575C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C7B; }
p { color: rgb(87,92,123); }
H1.HeaderClassName
{
color: #575C7B;
}
.AnyTagClassName
{
color: #575C7B;
}
</style>
background-color css
<style>
a { background-color: #575C7B; }
a { background-color: rgb(87,92,123); }
div.DivClassName
{
background-color: #575C7B;
}
.BgClassName
{
background-color: #575C7B;
}
</style>
border-color css
<style>
span { border-color: #575C7B; }
span { border-color: rgb(87,92,123); }
td.TdClassName
{
border-color: #575C7B;
}
.TagClassName
{
border-color: #575C7B;
}
</style>