Shades of Comet #535571
Tints of Comet #535571
RGB
CMYK
RGB Variations
Color information
#535571 (or 0x535571) is known color: Comet. HEX triplet: 53, 55 and 71. RGB value is (83,85,113). Sum of RGB (Red+Green+Blue) = 83+85+113=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #535571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535571 is #ACAA8E. Grayscale: #575757. Windows color (decimal): -11315855 or 7427411. OLE color: 7427411.
HSL color Cylindrical-coordinate representation of color #535571: hue angle of 236º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #535571 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 85 | 113 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.56 |
| HSL | 236º | 0.15% | 0.38% | - |
| HSV(B) | 236º | 0.27% | 0.44% | - |
| XYZ | 9.8 | 9.53 | 16.95 | - |
| YUV | 87.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 113 | 0.27 | 0.25 | 0 | 0.56 | 236 | 0.15 | 0.38 |
| Hex | 53 | 55 | 71 | 1B | 19 | 0 | 38 | EC | F | 26 |
| Octal | 123 | 125 | 161 | 33 | 31 | 0 | 70 | 354 | 17 | 46 |
| Binary | 1010011 | 1010101 | 1110001 | 11011 | 11001 | 0 | 111000 | 11101100 | 1111 | 100110 |
Color Harmonies of #535571
Complementary color
Monochromatic Colors of #535571
Black with #535571
Text Example
Text Example
White with #535571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535571; }
p { color: rgb(83,85,113); }
H1.HeaderClassName
{
color: #535571;
}
.AnyTagClassName
{
color: #535571;
}
</style>
background-color css
<style>
a { background-color: #535571; }
a { background-color: rgb(83,85,113); }
div.DivClassName
{
background-color: #535571;
}
.BgClassName
{
background-color: #535571;
}
</style>
border-color css
<style>
span { border-color: #535571; }
span { border-color: rgb(83,85,113); }
td.TdClassName
{
border-color: #535571;
}
.TagClassName
{
border-color: #535571;
}
</style>