Shades of Comet #535471
Tints of Comet #535471
RGB
CMYK
RGB Variations
Color information
#535471 (or 0x535471) is known color: Comet. HEX triplet: 53, 54 and 71. RGB value is (83,84,113). Sum of RGB (Red+Green+Blue) = 83+84+113=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #535471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535471 is #ACAB8E. Grayscale: #565656. Windows color (decimal): -11316111 or 7427155. OLE color: 7427155.
HSL color Cylindrical-coordinate representation of color #535471: hue angle of 238º 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 #535471 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 84 | 113 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.56 |
| HSL | 238º | 0.15% | 0.38% | - |
| HSV(B) | 238º | 0.27% | 0.44% | - |
| XYZ | 9.72 | 9.37 | 16.92 | - |
| YUV | 87.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 113 | 0.27 | 0.26 | 0 | 0.56 | 238 | 0.15 | 0.38 |
| Hex | 53 | 54 | 71 | 1B | 1A | 0 | 38 | EE | F | 26 |
| Octal | 123 | 124 | 161 | 33 | 32 | 0 | 70 | 356 | 17 | 46 |
| Binary | 1010011 | 1010100 | 1110001 | 11011 | 11010 | 0 | 111000 | 11101110 | 1111 | 100110 |
Color Harmonies of #535471
Complementary color
Monochromatic Colors of #535471
Black with #535471
Text Example
Text Example
White with #535471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535471; }
p { color: rgb(83,84,113); }
H1.HeaderClassName
{
color: #535471;
}
.AnyTagClassName
{
color: #535471;
}
</style>
background-color css
<style>
a { background-color: #535471; }
a { background-color: rgb(83,84,113); }
div.DivClassName
{
background-color: #535471;
}
.BgClassName
{
background-color: #535471;
}
</style>
border-color css
<style>
span { border-color: #535471; }
span { border-color: rgb(83,84,113); }
td.TdClassName
{
border-color: #535471;
}
.TagClassName
{
border-color: #535471;
}
</style>