Shades of Comet #53557F
Tints of Comet #53557F
RGB
CMYK
RGB Variations
Color information
#53557F (or 0x53557F) is known color: Comet. HEX triplet: 53, 55 and 7F. RGB value is (83,85,127). Sum of RGB (Red+Green+Blue) = 83+85+127=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #53557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53557F is #ACAA80. Grayscale: #595959. Windows color (decimal): -11315841 or 8344915. OLE color: 8344915.
HSL color Cylindrical-coordinate representation of color #53557F: hue angle of 237.27º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53557F is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 85 | 127 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.50 |
| HSL | 237.27º | 0.21% | 0.41% | - |
| HSV(B) | 237.27º | 0.35% | 0.5% | - |
| XYZ | 10.65 | 9.87 | 21.42 | - |
| YUV | 89.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 127 | 0.35 | 0.33 | 0 | 0.50 | 237.27 | 0.21 | 0.41 |
| Hex | 53 | 55 | 7F | 23 | 21 | 0 | 32 | ED | 15 | 29 |
| Octal | 123 | 125 | 177 | 43 | 41 | 0 | 62 | 355 | 25 | 51 |
| Binary | 1010011 | 1010101 | 1111111 | 100011 | 100001 | 0 | 110010 | 11101101 | 10101 | 101001 |
Color Harmonies of #53557F
Complementary color
Monochromatic Colors of #53557F
Black with #53557F
Text Example
Text Example
White with #53557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53557F; }
p { color: rgb(83,85,127); }
H1.HeaderClassName
{
color: #53557F;
}
.AnyTagClassName
{
color: #53557F;
}
</style>
background-color css
<style>
a { background-color: #53557F; }
a { background-color: rgb(83,85,127); }
div.DivClassName
{
background-color: #53557F;
}
.BgClassName
{
background-color: #53557F;
}
</style>
border-color css
<style>
span { border-color: #53557F; }
span { border-color: rgb(83,85,127); }
td.TdClassName
{
border-color: #53557F;
}
.TagClassName
{
border-color: #53557F;
}
</style>