Shades of Royal Blue #556CE1
Tints of Royal Blue #556CE1
RGB
CMYK
RGB Variations
Color information
#556CE1 (or 0x556CE1) is known color: Royal Blue. HEX triplet: 55, 6C and E1. RGB value is (85,108,225). Sum of RGB (Red+Green+Blue) = 85+108+225=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #556CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CE1 is #AA931E. Grayscale: #717171. Windows color (decimal): -11178783 or 14773333. OLE color: 14773333.
HSL color Cylindrical-coordinate representation of color #556CE1: hue angle of 230.14º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556CE1 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 108 | 225 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.12 |
| HSL | 230.14º | 0.7% | 0.61% | - |
| HSV(B) | 230.14º | 0.62% | 0.88% | - |
| XYZ | 22.7 | 18.09 | 73.53 | - |
| YUV | 114.46 | 190.38 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 225 | 0.62 | 0.52 | 0 | 0.12 | 230.14 | 0.7 | 0.61 |
| Hex | 55 | 6C | E1 | 3E | 34 | 0 | C | E6 | 46 | 3D |
| Octal | 125 | 154 | 341 | 76 | 64 | 0 | 14 | 346 | 106 | 75 |
| Binary | 1010101 | 1101100 | 11100001 | 111110 | 110100 | 0 | 1100 | 11100110 | 1000110 | 111101 |
Color Harmonies of #556CE1
Complementary color
Monochromatic Colors of #556CE1
Black with #556CE1
Text Example
Text Example
White with #556CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556CE1; }
p { color: rgb(85,108,225); }
H1.HeaderClassName
{
color: #556CE1;
}
.AnyTagClassName
{
color: #556CE1;
}
</style>
background-color css
<style>
a { background-color: #556CE1; }
a { background-color: rgb(85,108,225); }
div.DivClassName
{
background-color: #556CE1;
}
.BgClassName
{
background-color: #556CE1;
}
</style>
border-color css
<style>
span { border-color: #556CE1; }
span { border-color: rgb(85,108,225); }
td.TdClassName
{
border-color: #556CE1;
}
.TagClassName
{
border-color: #556CE1;
}
</style>