Shades of Royal Blue #555DDC
Tints of Royal Blue #555DDC
RGB
CMYK
RGB Variations
Color information
#555DDC (or 0x555DDC) is known color: Royal Blue. HEX triplet: 55, 5D and DC. RGB value is (85,93,220). Sum of RGB (Red+Green+Blue) = 85+93+220=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #555DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DDC is #AAA223. Grayscale: #686868. Windows color (decimal): -11182628 or 14441813. OLE color: 14441813.
HSL color Cylindrical-coordinate representation of color #555DDC: hue angle of 236.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555DDC is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 93 | 220 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.14 |
| HSL | 236.44º | 0.66% | 0.6% | - |
| HSV(B) | 236.44º | 0.61% | 0.86% | - |
| XYZ | 20.58 | 14.93 | 69.51 | - |
| YUV | 105.09 | 192.85 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 220 | 0.61 | 0.58 | 0 | 0.14 | 236.44 | 0.66 | 0.6 |
| Hex | 55 | 5D | DC | 3D | 3A | 0 | E | EC | 42 | 3C |
| Octal | 125 | 135 | 334 | 75 | 72 | 0 | 16 | 354 | 102 | 74 |
| Binary | 1010101 | 1011101 | 11011100 | 111101 | 111010 | 0 | 1110 | 11101100 | 1000010 | 111100 |
Color Harmonies of #555DDC
Complementary color
Monochromatic Colors of #555DDC
Black with #555DDC
Text Example
Text Example
White with #555DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DDC; }
p { color: rgb(85,93,220); }
H1.HeaderClassName
{
color: #555DDC;
}
.AnyTagClassName
{
color: #555DDC;
}
</style>
background-color css
<style>
a { background-color: #555DDC; }
a { background-color: rgb(85,93,220); }
div.DivClassName
{
background-color: #555DDC;
}
.BgClassName
{
background-color: #555DDC;
}
</style>
border-color css
<style>
span { border-color: #555DDC; }
span { border-color: rgb(85,93,220); }
td.TdClassName
{
border-color: #555DDC;
}
.TagClassName
{
border-color: #555DDC;
}
</style>