Shades of Comet #575B83
Tints of Comet #575B83
RGB
CMYK
RGB Variations
Color information
#575B83 (or 0x575B83) is known color: Comet. HEX triplet: 57, 5B and 83. RGB value is (87,91,131). Sum of RGB (Red+Green+Blue) = 87+91+131=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #575B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B83 is #A8A47C. Grayscale: #5E5E5E. Windows color (decimal): -11052157 or 8608599. OLE color: 8608599.
HSL color Cylindrical-coordinate representation of color #575B83: hue angle of 234.55º 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 #575B83 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 91 | 131 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.49 |
| HSL | 234.55º | 0.2% | 0.43% | - |
| HSV(B) | 234.55º | 0.34% | 0.51% | - |
| XYZ | 11.77 | 11.15 | 23 | - |
| YUV | 94.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 131 | 0.34 | 0.31 | 0 | 0.49 | 234.55 | 0.2 | 0.43 |
| Hex | 57 | 5B | 83 | 22 | 1F | 0 | 31 | EB | 14 | 2B |
| Octal | 127 | 133 | 203 | 42 | 37 | 0 | 61 | 353 | 24 | 53 |
| Binary | 1010111 | 1011011 | 10000011 | 100010 | 11111 | 0 | 110001 | 11101011 | 10100 | 101011 |
Color Harmonies of #575B83
Complementary color
Monochromatic Colors of #575B83
Black with #575B83
Text Example
Text Example
White with #575B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B83; }
p { color: rgb(87,91,131); }
H1.HeaderClassName
{
color: #575B83;
}
.AnyTagClassName
{
color: #575B83;
}
</style>
background-color css
<style>
a { background-color: #575B83; }
a { background-color: rgb(87,91,131); }
div.DivClassName
{
background-color: #575B83;
}
.BgClassName
{
background-color: #575B83;
}
</style>
border-color css
<style>
span { border-color: #575B83; }
span { border-color: rgb(87,91,131); }
td.TdClassName
{
border-color: #575B83;
}
.TagClassName
{
border-color: #575B83;
}
</style>