Shades of Comet #535575
Tints of Comet #535575
RGB
CMYK
RGB Variations
Color information
#535575 (or 0x535575) is known color: Comet. HEX triplet: 53, 55 and 75. RGB value is (83,85,117). Sum of RGB (Red+Green+Blue) = 83+85+117=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #535575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535575 is #ACAA8A. Grayscale: #575757. Windows color (decimal): -11315851 or 7689555. OLE color: 7689555.
HSL color Cylindrical-coordinate representation of color #535575: hue angle of 236.47º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #535575 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 85 | 117 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.54 |
| HSL | 236.47º | 0.17% | 0.39% | - |
| HSV(B) | 236.47º | 0.29% | 0.46% | - |
| XYZ | 10.03 | 9.62 | 18.16 | - |
| YUV | 88.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 117 | 0.29 | 0.27 | 0 | 0.54 | 236.47 | 0.17 | 0.39 |
| Hex | 53 | 55 | 75 | 1D | 1B | 0 | 36 | EC | 11 | 27 |
| Octal | 123 | 125 | 165 | 35 | 33 | 0 | 66 | 354 | 21 | 47 |
| Binary | 1010011 | 1010101 | 1110101 | 11101 | 11011 | 0 | 110110 | 11101100 | 10001 | 100111 |
Color Harmonies of #535575
Complementary color
Monochromatic Colors of #535575
Black with #535575
Text Example
Text Example
White with #535575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535575; }
p { color: rgb(83,85,117); }
H1.HeaderClassName
{
color: #535575;
}
.AnyTagClassName
{
color: #535575;
}
</style>
background-color css
<style>
a { background-color: #535575; }
a { background-color: rgb(83,85,117); }
div.DivClassName
{
background-color: #535575;
}
.BgClassName
{
background-color: #535575;
}
</style>
border-color css
<style>
span { border-color: #535575; }
span { border-color: rgb(83,85,117); }
td.TdClassName
{
border-color: #535575;
}
.TagClassName
{
border-color: #535575;
}
</style>