Shades of Comet #535679
Tints of Comet #535679
RGB
CMYK
RGB Variations
Color information
#535679 (or 0x535679) is known color: Comet. HEX triplet: 53, 56 and 79. RGB value is (83,86,121). Sum of RGB (Red+Green+Blue) = 83+86+121=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #535679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535679 is #ACA986. Grayscale: #585858. Windows color (decimal): -11315591 or 7951955. OLE color: 7951955.
HSL color Cylindrical-coordinate representation of color #535679: hue angle of 235.26º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #535679 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 86 | 121 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.53 |
| HSL | 235.26º | 0.19% | 0.4% | - |
| HSV(B) | 235.26º | 0.31% | 0.47% | - |
| XYZ | 10.35 | 9.88 | 19.45 | - |
| YUV | 89.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 121 | 0.31 | 0.29 | 0 | 0.53 | 235.26 | 0.19 | 0.4 |
| Hex | 53 | 56 | 79 | 1F | 1D | 0 | 35 | EB | 13 | 28 |
| Octal | 123 | 126 | 171 | 37 | 35 | 0 | 65 | 353 | 23 | 50 |
| Binary | 1010011 | 1010110 | 1111001 | 11111 | 11101 | 0 | 110101 | 11101011 | 10011 | 101000 |
Color Harmonies of #535679
Complementary color
Monochromatic Colors of #535679
Black with #535679
Text Example
Text Example
White with #535679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535679; }
p { color: rgb(83,86,121); }
H1.HeaderClassName
{
color: #535679;
}
.AnyTagClassName
{
color: #535679;
}
</style>
background-color css
<style>
a { background-color: #535679; }
a { background-color: rgb(83,86,121); }
div.DivClassName
{
background-color: #535679;
}
.BgClassName
{
background-color: #535679;
}
</style>
border-color css
<style>
span { border-color: #535679; }
span { border-color: rgb(83,86,121); }
td.TdClassName
{
border-color: #535679;
}
.TagClassName
{
border-color: #535679;
}
</style>