Shades of Comet #53567D
Tints of Comet #53567D
RGB
CMYK
RGB Variations
Color information
#53567D (or 0x53567D) is known color: Comet. HEX triplet: 53, 56 and 7D. RGB value is (83,86,125). Sum of RGB (Red+Green+Blue) = 83+86+125=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #53567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53567D is #ACA982. Grayscale: #595959. Windows color (decimal): -11315587 or 8214099. OLE color: 8214099.
HSL color Cylindrical-coordinate representation of color #53567D: hue angle of 235.71º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53567D is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 86 | 125 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.51 |
| HSL | 235.71º | 0.2% | 0.41% | - |
| HSV(B) | 235.71º | 0.34% | 0.49% | - |
| XYZ | 10.6 | 9.98 | 20.77 | - |
| YUV | 89.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 125 | 0.34 | 0.31 | 0 | 0.51 | 235.71 | 0.2 | 0.41 |
| Hex | 53 | 56 | 7D | 22 | 1F | 0 | 33 | EC | 14 | 29 |
| Octal | 123 | 126 | 175 | 42 | 37 | 0 | 63 | 354 | 24 | 51 |
| Binary | 1010011 | 1010110 | 1111101 | 100010 | 11111 | 0 | 110011 | 11101100 | 10100 | 101001 |
Color Harmonies of #53567D
Complementary color
Monochromatic Colors of #53567D
Black with #53567D
Text Example
Text Example
White with #53567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53567D; }
p { color: rgb(83,86,125); }
H1.HeaderClassName
{
color: #53567D;
}
.AnyTagClassName
{
color: #53567D;
}
</style>
background-color css
<style>
a { background-color: #53567D; }
a { background-color: rgb(83,86,125); }
div.DivClassName
{
background-color: #53567D;
}
.BgClassName
{
background-color: #53567D;
}
</style>
border-color css
<style>
span { border-color: #53567D; }
span { border-color: rgb(83,86,125); }
td.TdClassName
{
border-color: #53567D;
}
.TagClassName
{
border-color: #53567D;
}
</style>