Shades of Royal Blue #555DDD
Tints of Royal Blue #555DDD
RGB
CMYK
RGB Variations
Color information
#555DDD (or 0x555DDD) is known color: Royal Blue. HEX triplet: 55, 5D and DD. RGB value is (85,93,221). Sum of RGB (Red+Green+Blue) = 85+93+221=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #555DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DDD is #AAA222. Grayscale: #686868. Windows color (decimal): -11182627 or 14507349. OLE color: 14507349.
HSL color Cylindrical-coordinate representation of color #555DDD: hue angle of 236.47º 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 #555DDD is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 93 | 221 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.13 |
| HSL | 236.47º | 0.67% | 0.6% | - |
| HSV(B) | 236.47º | 0.62% | 0.87% | - |
| XYZ | 20.71 | 14.98 | 70.21 | - |
| YUV | 105.2 | 193.35 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 221 | 0.62 | 0.58 | 0 | 0.13 | 236.47 | 0.67 | 0.6 |
| Hex | 55 | 5D | DD | 3E | 3A | 0 | D | EC | 43 | 3C |
| Octal | 125 | 135 | 335 | 76 | 72 | 0 | 15 | 354 | 103 | 74 |
| Binary | 1010101 | 1011101 | 11011101 | 111110 | 111010 | 0 | 1101 | 11101100 | 1000011 | 111100 |
Color Harmonies of #555DDD
Complementary color
Monochromatic Colors of #555DDD
Black with #555DDD
Text Example
Text Example
White with #555DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DDD; }
p { color: rgb(85,93,221); }
H1.HeaderClassName
{
color: #555DDD;
}
.AnyTagClassName
{
color: #555DDD;
}
</style>
background-color css
<style>
a { background-color: #555DDD; }
a { background-color: rgb(85,93,221); }
div.DivClassName
{
background-color: #555DDD;
}
.BgClassName
{
background-color: #555DDD;
}
</style>
border-color css
<style>
span { border-color: #555DDD; }
span { border-color: rgb(85,93,221); }
td.TdClassName
{
border-color: #555DDD;
}
.TagClassName
{
border-color: #555DDD;
}
</style>