Shades of Comet #535573
Tints of Comet #535573
RGB
CMYK
RGB Variations
Color information
#535573 (or 0x535573) is known color: Comet. HEX triplet: 53, 55 and 73. RGB value is (83,85,115). Sum of RGB (Red+Green+Blue) = 83+85+115=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #535573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535573 is #ACAA8C. Grayscale: #575757. Windows color (decimal): -11315853 or 7558483. OLE color: 7558483.
HSL color Cylindrical-coordinate representation of color #535573: hue angle of 236.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #535573 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 85 | 115 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.55 |
| HSL | 236.25º | 0.16% | 0.39% | - |
| HSV(B) | 236.25º | 0.28% | 0.45% | - |
| XYZ | 9.91 | 9.57 | 17.55 | - |
| YUV | 87.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 115 | 0.28 | 0.26 | 0 | 0.55 | 236.25 | 0.16 | 0.39 |
| Hex | 53 | 55 | 73 | 1C | 1A | 0 | 37 | EC | 10 | 27 |
| Octal | 123 | 125 | 163 | 34 | 32 | 0 | 67 | 354 | 20 | 47 |
| Binary | 1010011 | 1010101 | 1110011 | 11100 | 11010 | 0 | 110111 | 11101100 | 10000 | 100111 |
Color Harmonies of #535573
Complementary color
Monochromatic Colors of #535573
Black with #535573
Text Example
Text Example
White with #535573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535573; }
p { color: rgb(83,85,115); }
H1.HeaderClassName
{
color: #535573;
}
.AnyTagClassName
{
color: #535573;
}
</style>
background-color css
<style>
a { background-color: #535573; }
a { background-color: rgb(83,85,115); }
div.DivClassName
{
background-color: #535573;
}
.BgClassName
{
background-color: #535573;
}
</style>
border-color css
<style>
span { border-color: #535573; }
span { border-color: rgb(83,85,115); }
td.TdClassName
{
border-color: #535573;
}
.TagClassName
{
border-color: #535573;
}
</style>