Shades of Royal Blue #556BDA
Tints of Royal Blue #556BDA
RGB
CMYK
RGB Variations
Color information
#556BDA (or 0x556BDA) is known color: Royal Blue. HEX triplet: 55, 6B and DA. RGB value is (85,107,218). Sum of RGB (Red+Green+Blue) = 85+107+218=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #556BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BDA is #AA9425. Grayscale: #707070. Windows color (decimal): -11179046 or 14314325. OLE color: 14314325.
HSL color Cylindrical-coordinate representation of color #556BDA: hue angle of 230.08º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #556BDA is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 107 | 218 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.15 |
| HSL | 230.08º | 0.64% | 0.59% | - |
| HSV(B) | 230.08º | 0.61% | 0.85% | - |
| XYZ | 21.66 | 17.51 | 68.57 | - |
| YUV | 113.08 | 187.21 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 218 | 0.61 | 0.51 | 0 | 0.15 | 230.08 | 0.64 | 0.59 |
| Hex | 55 | 6B | DA | 3D | 33 | 0 | F | E6 | 40 | 3B |
| Octal | 125 | 153 | 332 | 75 | 63 | 0 | 17 | 346 | 100 | 73 |
| Binary | 1010101 | 1101011 | 11011010 | 111101 | 110011 | 0 | 1111 | 11100110 | 1000000 | 111011 |
Color Harmonies of #556BDA
Complementary color
Monochromatic Colors of #556BDA
Black with #556BDA
Text Example
Text Example
White with #556BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556BDA; }
p { color: rgb(85,107,218); }
H1.HeaderClassName
{
color: #556BDA;
}
.AnyTagClassName
{
color: #556BDA;
}
</style>
background-color css
<style>
a { background-color: #556BDA; }
a { background-color: rgb(85,107,218); }
div.DivClassName
{
background-color: #556BDA;
}
.BgClassName
{
background-color: #556BDA;
}
</style>
border-color css
<style>
span { border-color: #556BDA; }
span { border-color: rgb(85,107,218); }
td.TdClassName
{
border-color: #556BDA;
}
.TagClassName
{
border-color: #556BDA;
}
</style>