Shades of Comet #575C84
Tints of Comet #575C84
RGB
CMYK
RGB Variations
Color information
#575C84 (or 0x575C84) is known color: Comet. HEX triplet: 57, 5C and 84. RGB value is (87,92,132). Sum of RGB (Red+Green+Blue) = 87+92+132=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #575C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C84 is #A8A37B. Grayscale: #5E5E5E. Windows color (decimal): -11051900 or 8674391. OLE color: 8674391.
HSL color Cylindrical-coordinate representation of color #575C84: hue angle of 233.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #575C84 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 92 | 132 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.48 |
| HSL | 233.33º | 0.21% | 0.43% | - |
| HSV(B) | 233.33º | 0.34% | 0.52% | - |
| XYZ | 11.92 | 11.35 | 23.39 | - |
| YUV | 95.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 132 | 0.34 | 0.30 | 0 | 0.48 | 233.33 | 0.21 | 0.43 |
| Hex | 57 | 5C | 84 | 22 | 1E | 0 | 30 | E9 | 15 | 2B |
| Octal | 127 | 134 | 204 | 42 | 36 | 0 | 60 | 351 | 25 | 53 |
| Binary | 1010111 | 1011100 | 10000100 | 100010 | 11110 | 0 | 110000 | 11101001 | 10101 | 101011 |
Color Harmonies of #575C84
Complementary color
Monochromatic Colors of #575C84
Black with #575C84
Text Example
Text Example
White with #575C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C84; }
p { color: rgb(87,92,132); }
H1.HeaderClassName
{
color: #575C84;
}
.AnyTagClassName
{
color: #575C84;
}
</style>
background-color css
<style>
a { background-color: #575C84; }
a { background-color: rgb(87,92,132); }
div.DivClassName
{
background-color: #575C84;
}
.BgClassName
{
background-color: #575C84;
}
</style>
border-color css
<style>
span { border-color: #575C84; }
span { border-color: rgb(87,92,132); }
td.TdClassName
{
border-color: #575C84;
}
.TagClassName
{
border-color: #575C84;
}
</style>