Shades of Comet #53577D
Tints of Comet #53577D
RGB
CMYK
RGB Variations
Color information
#53577D (or 0x53577D) is known color: Comet. HEX triplet: 53, 57 and 7D. RGB value is (83,87,125). Sum of RGB (Red+Green+Blue) = 83+87+125=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #53577D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53577D is #ACA882. Grayscale: #595959. Windows color (decimal): -11315331 or 8214355. OLE color: 8214355.
HSL color Cylindrical-coordinate representation of color #53577D: hue angle of 234.29º 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 #53577D is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 87 | 125 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.51 |
| HSL | 234.29º | 0.2% | 0.41% | - |
| HSV(B) | 234.29º | 0.34% | 0.49% | - |
| XYZ | 10.68 | 10.14 | 20.8 | - |
| YUV | 90.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 125 | 0.34 | 0.30 | 0 | 0.51 | 234.29 | 0.2 | 0.41 |
| Hex | 53 | 57 | 7D | 22 | 1E | 0 | 33 | EA | 14 | 29 |
| Octal | 123 | 127 | 175 | 42 | 36 | 0 | 63 | 352 | 24 | 51 |
| Binary | 1010011 | 1010111 | 1111101 | 100010 | 11110 | 0 | 110011 | 11101010 | 10100 | 101001 |
Color Harmonies of #53577D
Complementary color
Monochromatic Colors of #53577D
Black with #53577D
Text Example
Text Example
White with #53577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53577D; }
p { color: rgb(83,87,125); }
H1.HeaderClassName
{
color: #53577D;
}
.AnyTagClassName
{
color: #53577D;
}
</style>
background-color css
<style>
a { background-color: #53577D; }
a { background-color: rgb(83,87,125); }
div.DivClassName
{
background-color: #53577D;
}
.BgClassName
{
background-color: #53577D;
}
</style>
border-color css
<style>
span { border-color: #53577D; }
span { border-color: rgb(83,87,125); }
td.TdClassName
{
border-color: #53577D;
}
.TagClassName
{
border-color: #53577D;
}
</style>