Shades of Comet #53536B
Tints of Comet #53536B
RGB
CMYK
RGB Variations
Color information
#53536B (or 0x53536B) is known color: Comet. HEX triplet: 53, 53 and 6B. RGB value is (83,83,107). Sum of RGB (Red+Green+Blue) = 83+83+107=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #53536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53536B is #ACAC94. Grayscale: #555555. Windows color (decimal): -11316373 or 7033683. OLE color: 7033683.
HSL color Cylindrical-coordinate representation of color #53536B: hue angle of 240º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53536B is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 83 | 107 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.58 |
| HSL | 240º | 0.13% | 0.37% | - |
| HSV(B) | 240º | 0.22% | 0.42% | - |
| XYZ | 9.31 | 9.09 | 15.17 | - |
| YUV | 85.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 107 | 0.22 | 0.22 | 0 | 0.58 | 240 | 0.13 | 0.37 |
| Hex | 53 | 53 | 6B | 16 | 16 | 0 | 3A | F0 | D | 25 |
| Octal | 123 | 123 | 153 | 26 | 26 | 0 | 72 | 360 | 15 | 45 |
| Binary | 1010011 | 1010011 | 1101011 | 10110 | 10110 | 0 | 111010 | 11110000 | 1101 | 100101 |
Color Harmonies of #53536B
Complementary color
Monochromatic Colors of #53536B
Black with #53536B
Text Example
Text Example
White with #53536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53536B; }
p { color: rgb(83,83,107); }
H1.HeaderClassName
{
color: #53536B;
}
.AnyTagClassName
{
color: #53536B;
}
</style>
background-color css
<style>
a { background-color: #53536B; }
a { background-color: rgb(83,83,107); }
div.DivClassName
{
background-color: #53536B;
}
.BgClassName
{
background-color: #53536B;
}
</style>
border-color css
<style>
span { border-color: #53536B; }
span { border-color: rgb(83,83,107); }
td.TdClassName
{
border-color: #53536B;
}
.TagClassName
{
border-color: #53536B;
}
</style>