Shades of Royal Blue #556CCF
Tints of Royal Blue #556CCF
RGB
CMYK
RGB Variations
Color information
#556CCF (or 0x556CCF) is known color: Royal Blue. HEX triplet: 55, 6C and CF. RGB value is (85,108,207). Sum of RGB (Red+Green+Blue) = 85+108+207=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #556CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CCF is #AA9330. Grayscale: #6F6F6F. Windows color (decimal): -11178801 or 13593685. OLE color: 13593685.
HSL color Cylindrical-coordinate representation of color #556CCF: hue angle of 228.69º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #556CCF is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 108 | 207 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.19 |
| HSL | 228.69º | 0.56% | 0.57% | - |
| HSV(B) | 228.69º | 0.59% | 0.81% | - |
| XYZ | 20.37 | 17.16 | 61.27 | - |
| YUV | 112.41 | 181.38 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 207 | 0.59 | 0.48 | 0 | 0.19 | 228.69 | 0.56 | 0.57 |
| Hex | 55 | 6C | CF | 3B | 30 | 0 | 13 | E5 | 38 | 39 |
| Octal | 125 | 154 | 317 | 73 | 60 | 0 | 23 | 345 | 70 | 71 |
| Binary | 1010101 | 1101100 | 11001111 | 111011 | 110000 | 0 | 10011 | 11100101 | 111000 | 111001 |
Color Harmonies of #556CCF
Complementary color
Monochromatic Colors of #556CCF
Black with #556CCF
Text Example
Text Example
White with #556CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556CCF; }
p { color: rgb(85,108,207); }
H1.HeaderClassName
{
color: #556CCF;
}
.AnyTagClassName
{
color: #556CCF;
}
</style>
background-color css
<style>
a { background-color: #556CCF; }
a { background-color: rgb(85,108,207); }
div.DivClassName
{
background-color: #556CCF;
}
.BgClassName
{
background-color: #556CCF;
}
</style>
border-color css
<style>
span { border-color: #556CCF; }
span { border-color: rgb(85,108,207); }
td.TdClassName
{
border-color: #556CCF;
}
.TagClassName
{
border-color: #556CCF;
}
</style>