Shades of Royal Blue #556BE8
Tints of Royal Blue #556BE8
RGB
CMYK
RGB Variations
Color information
#556BE8 (or 0x556BE8) is known color: Royal Blue. HEX triplet: 55, 6B and E8. RGB value is (85,107,232). Sum of RGB (Red+Green+Blue) = 85+107+232=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 232 (91.02% from 255 or 54.72% from 424); Max value from RGB is 232 - color contains mainly: blue. Hex color #556BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556BE8 is #AA9417. Grayscale: #727272. Windows color (decimal): -11179032 or 15231829. OLE color: 15231829.
HSL color Cylindrical-coordinate representation of color #556BE8: hue angle of 231.02º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #556BE8 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 107 | 232 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.09 |
| HSL | 231.02º | 0.76% | 0.62% | - |
| HSV(B) | 231.02º | 0.63% | 0.91% | - |
| XYZ | 23.57 | 18.27 | 78.63 | - |
| YUV | 114.67 | 194.21 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 232 | 0.63 | 0.54 | 0 | 0.09 | 231.02 | 0.76 | 0.62 |
| Hex | 55 | 6B | E8 | 3F | 36 | 0 | 9 | E7 | 4C | 3E |
| Octal | 125 | 153 | 350 | 77 | 66 | 0 | 11 | 347 | 114 | 76 |
| Binary | 1010101 | 1101011 | 11101000 | 111111 | 110110 | 0 | 1001 | 11100111 | 1001100 | 111110 |
Color Harmonies of #556BE8
Complementary color
Monochromatic Colors of #556BE8
Black with #556BE8
Text Example
Text Example
White with #556BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556BE8; }
p { color: rgb(85,107,232); }
H1.HeaderClassName
{
color: #556BE8;
}
.AnyTagClassName
{
color: #556BE8;
}
</style>
background-color css
<style>
a { background-color: #556BE8; }
a { background-color: rgb(85,107,232); }
div.DivClassName
{
background-color: #556BE8;
}
.BgClassName
{
background-color: #556BE8;
}
</style>
border-color css
<style>
span { border-color: #556BE8; }
span { border-color: rgb(85,107,232); }
td.TdClassName
{
border-color: #556BE8;
}
.TagClassName
{
border-color: #556BE8;
}
</style>