Shades of Comet #575D82
Tints of Comet #575D82
RGB
CMYK
RGB Variations
Color information
#575D82 (or 0x575D82) is known color: Comet. HEX triplet: 57, 5D and 82. RGB value is (87,93,130). Sum of RGB (Red+Green+Blue) = 87+93+130=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #575D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575D82 is #A8A27D. Grayscale: #5F5F5F. Windows color (decimal): -11051646 or 8543575. OLE color: 8543575.
HSL color Cylindrical-coordinate representation of color #575D82: hue angle of 231.63º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #575D82 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 93 | 130 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.49 |
| HSL | 231.63º | 0.2% | 0.43% | - |
| HSV(B) | 231.63º | 0.33% | 0.51% | - |
| XYZ | 11.87 | 11.47 | 22.71 | - |
| YUV | 95.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 130 | 0.33 | 0.28 | 0 | 0.49 | 231.63 | 0.2 | 0.43 |
| Hex | 57 | 5D | 82 | 21 | 1C | 0 | 31 | E8 | 14 | 2B |
| Octal | 127 | 135 | 202 | 41 | 34 | 0 | 61 | 350 | 24 | 53 |
| Binary | 1010111 | 1011101 | 10000010 | 100001 | 11100 | 0 | 110001 | 11101000 | 10100 | 101011 |
Color Harmonies of #575D82
Complementary color
Monochromatic Colors of #575D82
Black with #575D82
Text Example
Text Example
White with #575D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D82; }
p { color: rgb(87,93,130); }
H1.HeaderClassName
{
color: #575D82;
}
.AnyTagClassName
{
color: #575D82;
}
</style>
background-color css
<style>
a { background-color: #575D82; }
a { background-color: rgb(87,93,130); }
div.DivClassName
{
background-color: #575D82;
}
.BgClassName
{
background-color: #575D82;
}
</style>
border-color css
<style>
span { border-color: #575D82; }
span { border-color: rgb(87,93,130); }
td.TdClassName
{
border-color: #575D82;
}
.TagClassName
{
border-color: #575D82;
}
</style>