Shades of Royal Blue #567ADC
Tints of Royal Blue #567ADC
RGB
CMYK
RGB Variations
Color information
#567ADC (or 0x567ADC) is known color: Royal Blue. HEX triplet: 56, 7A and DC. RGB value is (86,122,220). Sum of RGB (Red+Green+Blue) = 86+122+220=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #567ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567ADC is #A98523. Grayscale: #797979. Windows color (decimal): -11109668 or 14449238. OLE color: 14449238.
HSL color Cylindrical-coordinate representation of color #567ADC: hue angle of 223.88º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567ADC is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 122 | 220 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.14 |
| HSL | 223.88º | 0.66% | 0.6% | - |
| HSV(B) | 223.88º | 0.61% | 0.86% | - |
| XYZ | 23.72 | 21.06 | 70.53 | - |
| YUV | 122.41 | 183.07 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 220 | 0.61 | 0.45 | 0 | 0.14 | 223.88 | 0.66 | 0.6 |
| Hex | 56 | 7A | DC | 3D | 2D | 0 | E | E0 | 42 | 3C |
| Octal | 126 | 172 | 334 | 75 | 55 | 0 | 16 | 340 | 102 | 74 |
| Binary | 1010110 | 1111010 | 11011100 | 111101 | 101101 | 0 | 1110 | 11100000 | 1000010 | 111100 |
Color Harmonies of #567ADC
Complementary color
Monochromatic Colors of #567ADC
Black with #567ADC
Text Example
Text Example
White with #567ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567ADC; }
p { color: rgb(86,122,220); }
H1.HeaderClassName
{
color: #567ADC;
}
.AnyTagClassName
{
color: #567ADC;
}
</style>
background-color css
<style>
a { background-color: #567ADC; }
a { background-color: rgb(86,122,220); }
div.DivClassName
{
background-color: #567ADC;
}
.BgClassName
{
background-color: #567ADC;
}
</style>
border-color css
<style>
span { border-color: #567ADC; }
span { border-color: rgb(86,122,220); }
td.TdClassName
{
border-color: #567ADC;
}
.TagClassName
{
border-color: #567ADC;
}
</style>