Shades of Royal Blue #555BDD
Tints of Royal Blue #555BDD
RGB
CMYK
RGB Variations
Color information
#555BDD (or 0x555BDD) is known color: Royal Blue. HEX triplet: 55, 5B and DD. RGB value is (85,91,221). Sum of RGB (Red+Green+Blue) = 85+91+221=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #555BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BDD is #AAA422. Grayscale: #676767. Windows color (decimal): -11183139 or 14506837. OLE color: 14506837.
HSL color Cylindrical-coordinate representation of color #555BDD: hue angle of 237.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #555BDD is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 91 | 221 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.13 |
| HSL | 237.35º | 0.67% | 0.6% | - |
| HSV(B) | 237.35º | 0.62% | 0.87% | - |
| XYZ | 20.54 | 14.63 | 70.15 | - |
| YUV | 104.03 | 194.01 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 221 | 0.62 | 0.59 | 0 | 0.13 | 237.35 | 0.67 | 0.6 |
| Hex | 55 | 5B | DD | 3E | 3B | 0 | D | ED | 43 | 3C |
| Octal | 125 | 133 | 335 | 76 | 73 | 0 | 15 | 355 | 103 | 74 |
| Binary | 1010101 | 1011011 | 11011101 | 111110 | 111011 | 0 | 1101 | 11101101 | 1000011 | 111100 |
Color Harmonies of #555BDD
Complementary color
Monochromatic Colors of #555BDD
Black with #555BDD
Text Example
Text Example
White with #555BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BDD; }
p { color: rgb(85,91,221); }
H1.HeaderClassName
{
color: #555BDD;
}
.AnyTagClassName
{
color: #555BDD;
}
</style>
background-color css
<style>
a { background-color: #555BDD; }
a { background-color: rgb(85,91,221); }
div.DivClassName
{
background-color: #555BDD;
}
.BgClassName
{
background-color: #555BDD;
}
</style>
border-color css
<style>
span { border-color: #555BDD; }
span { border-color: rgb(85,91,221); }
td.TdClassName
{
border-color: #555BDD;
}
.TagClassName
{
border-color: #555BDD;
}
</style>