Shades of Royal Blue #556CFA
Tints of Royal Blue #556CFA
RGB
CMYK
RGB Variations
Color information
#556CFA (or 0x556CFA) is known color: Royal Blue. HEX triplet: 55, 6C and FA. RGB value is (85,108,250). Sum of RGB (Red+Green+Blue) = 85+108+250=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #556CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556CFA is #AA9305. Grayscale: #747474. Windows color (decimal): -11178758 or 16411733. OLE color: 16411733.
HSL color Cylindrical-coordinate representation of color #556CFA: hue angle of 231.64º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #556CFA is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 108 | 250 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.02 |
| HSL | 231.64º | 0.94% | 0.66% | - |
| HSV(B) | 231.64º | 0.66% | 0.98% | - |
| XYZ | 26.36 | 19.56 | 92.83 | - |
| YUV | 117.31 | 202.88 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 250 | 0.66 | 0.57 | 0 | 0.02 | 231.64 | 0.94 | 0.66 |
| Hex | 55 | 6C | FA | 42 | 39 | 0 | 2 | E8 | 5E | 42 |
| Octal | 125 | 154 | 372 | 102 | 71 | 0 | 2 | 350 | 136 | 102 |
| Binary | 1010101 | 1101100 | 11111010 | 1000010 | 111001 | 0 | 10 | 11101000 | 1011110 | 1000010 |
Color Harmonies of #556CFA
Complementary color
Monochromatic Colors of #556CFA
Black with #556CFA
Text Example
Text Example
White with #556CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556CFA; }
p { color: rgb(85,108,250); }
H1.HeaderClassName
{
color: #556CFA;
}
.AnyTagClassName
{
color: #556CFA;
}
</style>
background-color css
<style>
a { background-color: #556CFA; }
a { background-color: rgb(85,108,250); }
div.DivClassName
{
background-color: #556CFA;
}
.BgClassName
{
background-color: #556CFA;
}
</style>
border-color css
<style>
span { border-color: #556CFA; }
span { border-color: rgb(85,108,250); }
td.TdClassName
{
border-color: #556CFA;
}
.TagClassName
{
border-color: #556CFA;
}
</style>