Shades of Comet #575D83
Tints of Comet #575D83
RGB
CMYK
RGB Variations
Color information
#575D83 (or 0x575D83) is known color: Comet. HEX triplet: 57, 5D and 83. RGB value is (87,93,131). Sum of RGB (Red+Green+Blue) = 87+93+131=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #575D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575D83 is #A8A27C. Grayscale: #5F5F5F. Windows color (decimal): -11051645 or 8609111. OLE color: 8609111.
HSL color Cylindrical-coordinate representation of color #575D83: hue angle of 231.82º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #575D83 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 93 | 131 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.49 |
| HSL | 231.82º | 0.2% | 0.43% | - |
| HSV(B) | 231.82º | 0.34% | 0.51% | - |
| XYZ | 11.94 | 11.49 | 23.06 | - |
| YUV | 95.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 131 | 0.34 | 0.29 | 0 | 0.49 | 231.82 | 0.2 | 0.43 |
| Hex | 57 | 5D | 83 | 22 | 1D | 0 | 31 | E8 | 14 | 2B |
| Octal | 127 | 135 | 203 | 42 | 35 | 0 | 61 | 350 | 24 | 53 |
| Binary | 1010111 | 1011101 | 10000011 | 100010 | 11101 | 0 | 110001 | 11101000 | 10100 | 101011 |
Color Harmonies of #575D83
Complementary color
Monochromatic Colors of #575D83
Black with #575D83
Text Example
Text Example
White with #575D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D83; }
p { color: rgb(87,93,131); }
H1.HeaderClassName
{
color: #575D83;
}
.AnyTagClassName
{
color: #575D83;
}
</style>
background-color css
<style>
a { background-color: #575D83; }
a { background-color: rgb(87,93,131); }
div.DivClassName
{
background-color: #575D83;
}
.BgClassName
{
background-color: #575D83;
}
</style>
border-color css
<style>
span { border-color: #575D83; }
span { border-color: rgb(87,93,131); }
td.TdClassName
{
border-color: #575D83;
}
.TagClassName
{
border-color: #575D83;
}
</style>