Shades of Comet #565C7D
Tints of Comet #565C7D
RGB
CMYK
RGB Variations
Color information
#565C7D (or 0x565C7D) is known color: Comet. HEX triplet: 56, 5C and 7D. RGB value is (86,92,125). Sum of RGB (Red+Green+Blue) = 86+92+125=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #565C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C7D is #A9A382. Grayscale: #5D5D5D. Windows color (decimal): -11117443 or 8215638. OLE color: 8215638.
HSL color Cylindrical-coordinate representation of color #565C7D: hue angle of 230.77º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #565C7D is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 92 | 125 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.51 |
| HSL | 230.77º | 0.18% | 0.41% | - |
| HSV(B) | 230.77º | 0.31% | 0.49% | - |
| XYZ | 11.37 | 11.11 | 20.95 | - |
| YUV | 93.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 125 | 0.31 | 0.26 | 0 | 0.51 | 230.77 | 0.18 | 0.41 |
| Hex | 56 | 5C | 7D | 1F | 1A | 0 | 33 | E7 | 12 | 29 |
| Octal | 126 | 134 | 175 | 37 | 32 | 0 | 63 | 347 | 22 | 51 |
| Binary | 1010110 | 1011100 | 1111101 | 11111 | 11010 | 0 | 110011 | 11100111 | 10010 | 101001 |
Color Harmonies of #565C7D
Complementary color
Monochromatic Colors of #565C7D
Black with #565C7D
Text Example
Text Example
White with #565C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C7D; }
p { color: rgb(86,92,125); }
H1.HeaderClassName
{
color: #565C7D;
}
.AnyTagClassName
{
color: #565C7D;
}
</style>
background-color css
<style>
a { background-color: #565C7D; }
a { background-color: rgb(86,92,125); }
div.DivClassName
{
background-color: #565C7D;
}
.BgClassName
{
background-color: #565C7D;
}
</style>
border-color css
<style>
span { border-color: #565C7D; }
span { border-color: rgb(86,92,125); }
td.TdClassName
{
border-color: #565C7D;
}
.TagClassName
{
border-color: #565C7D;
}
</style>