Shades of Comet #575E82
Tints of Comet #575E82
RGB
CMYK
RGB Variations
Color information
#575E82 (or 0x575E82) is known color: Comet. HEX triplet: 57, 5E and 82. RGB value is (87,94,130). Sum of RGB (Red+Green+Blue) = 87+94+130=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #575E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E82 is #A8A17D. Grayscale: #5F5F5F. Windows color (decimal): -11051390 or 8543831. OLE color: 8543831.
HSL color Cylindrical-coordinate representation of color #575E82: hue angle of 230.23º 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 #575E82 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 94 | 130 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.49 |
| HSL | 230.23º | 0.2% | 0.43% | - |
| HSV(B) | 230.23º | 0.33% | 0.51% | - |
| XYZ | 11.96 | 11.64 | 22.74 | - |
| YUV | 96.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 130 | 0.33 | 0.28 | 0 | 0.49 | 230.23 | 0.2 | 0.43 |
| Hex | 57 | 5E | 82 | 21 | 1C | 0 | 31 | E6 | 14 | 2B |
| Octal | 127 | 136 | 202 | 41 | 34 | 0 | 61 | 346 | 24 | 53 |
| Binary | 1010111 | 1011110 | 10000010 | 100001 | 11100 | 0 | 110001 | 11100110 | 10100 | 101011 |
Color Harmonies of #575E82
Complementary color
Monochromatic Colors of #575E82
Black with #575E82
Text Example
Text Example
White with #575E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E82; }
p { color: rgb(87,94,130); }
H1.HeaderClassName
{
color: #575E82;
}
.AnyTagClassName
{
color: #575E82;
}
</style>
background-color css
<style>
a { background-color: #575E82; }
a { background-color: rgb(87,94,130); }
div.DivClassName
{
background-color: #575E82;
}
.BgClassName
{
background-color: #575E82;
}
</style>
border-color css
<style>
span { border-color: #575E82; }
span { border-color: rgb(87,94,130); }
td.TdClassName
{
border-color: #575E82;
}
.TagClassName
{
border-color: #575E82;
}
</style>