Shades of Royal Blue #555CDD
Tints of Royal Blue #555CDD
RGB
CMYK
RGB Variations
Color information
#555CDD (or 0x555CDD) is known color: Royal Blue. HEX triplet: 55, 5C and DD. RGB value is (85,92,221). Sum of RGB (Red+Green+Blue) = 85+92+221=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #555CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CDD is #AAA322. Grayscale: #686868. Windows color (decimal): -11182883 or 14507093. OLE color: 14507093.
HSL color Cylindrical-coordinate representation of color #555CDD: hue angle of 236.91º 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 #555CDD is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 92 | 221 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.13 |
| HSL | 236.91º | 0.67% | 0.6% | - |
| HSV(B) | 236.91º | 0.62% | 0.87% | - |
| XYZ | 20.62 | 14.81 | 70.18 | - |
| YUV | 104.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 221 | 0.62 | 0.58 | 0 | 0.13 | 236.91 | 0.67 | 0.6 |
| Hex | 55 | 5C | DD | 3E | 3A | 0 | D | ED | 43 | 3C |
| Octal | 125 | 134 | 335 | 76 | 72 | 0 | 15 | 355 | 103 | 74 |
| Binary | 1010101 | 1011100 | 11011101 | 111110 | 111010 | 0 | 1101 | 11101101 | 1000011 | 111100 |
Color Harmonies of #555CDD
Complementary color
Monochromatic Colors of #555CDD
Black with #555CDD
Text Example
Text Example
White with #555CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CDD; }
p { color: rgb(85,92,221); }
H1.HeaderClassName
{
color: #555CDD;
}
.AnyTagClassName
{
color: #555CDD;
}
</style>
background-color css
<style>
a { background-color: #555CDD; }
a { background-color: rgb(85,92,221); }
div.DivClassName
{
background-color: #555CDD;
}
.BgClassName
{
background-color: #555CDD;
}
</style>
border-color css
<style>
span { border-color: #555CDD; }
span { border-color: rgb(85,92,221); }
td.TdClassName
{
border-color: #555CDD;
}
.TagClassName
{
border-color: #555CDD;
}
</style>