Shades of Royal Blue #555FDD
Tints of Royal Blue #555FDD
RGB
CMYK
RGB Variations
Color information
#555FDD (or 0x555FDD) is known color: Royal Blue. HEX triplet: 55, 5F and DD. RGB value is (85,95,221). Sum of RGB (Red+Green+Blue) = 85+95+221=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #555FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555FDD is #AAA022. Grayscale: #696969. Windows color (decimal): -11182115 or 14507861. OLE color: 14507861.
HSL color Cylindrical-coordinate representation of color #555FDD: hue angle of 235.59º 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 #555FDD is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 95 | 221 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.13 |
| HSL | 235.59º | 0.67% | 0.6% | - |
| HSV(B) | 235.59º | 0.62% | 0.87% | - |
| XYZ | 20.89 | 15.34 | 70.27 | - |
| YUV | 106.37 | 192.69 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 221 | 0.62 | 0.57 | 0 | 0.13 | 235.59 | 0.67 | 0.6 |
| Hex | 55 | 5F | DD | 3E | 39 | 0 | D | EC | 43 | 3C |
| Octal | 125 | 137 | 335 | 76 | 71 | 0 | 15 | 354 | 103 | 74 |
| Binary | 1010101 | 1011111 | 11011101 | 111110 | 111001 | 0 | 1101 | 11101100 | 1000011 | 111100 |
Color Harmonies of #555FDD
Complementary color
Monochromatic Colors of #555FDD
Black with #555FDD
Text Example
Text Example
White with #555FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FDD; }
p { color: rgb(85,95,221); }
H1.HeaderClassName
{
color: #555FDD;
}
.AnyTagClassName
{
color: #555FDD;
}
</style>
background-color css
<style>
a { background-color: #555FDD; }
a { background-color: rgb(85,95,221); }
div.DivClassName
{
background-color: #555FDD;
}
.BgClassName
{
background-color: #555FDD;
}
</style>
border-color css
<style>
span { border-color: #555FDD; }
span { border-color: rgb(85,95,221); }
td.TdClassName
{
border-color: #555FDD;
}
.TagClassName
{
border-color: #555FDD;
}
</style>