Shades of Royal Blue #555FE9
Tints of Royal Blue #555FE9
RGB
CMYK
RGB Variations
Color information
#555FE9 (or 0x555FE9) is known color: Royal Blue. HEX triplet: 55, 5F and E9. RGB value is (85,95,233). Sum of RGB (Red+Green+Blue) = 85+95+233=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 233 (91.41% from 255 or 56.42% from 413); Max value from RGB is 233 - color contains mainly: blue. Hex color #555FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555FE9 is #AAA016. Grayscale: #6B6B6B. Windows color (decimal): -11182103 or 15294293. OLE color: 15294293.
HSL color Cylindrical-coordinate representation of color #555FE9: hue angle of 235.95º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555FE9 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 95 | 233 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.09 |
| HSL | 235.95º | 0.77% | 0.62% | - |
| HSV(B) | 235.95º | 0.64% | 0.91% | - |
| XYZ | 22.55 | 16 | 78.99 | - |
| YUV | 107.74 | 198.69 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 233 | 0.64 | 0.59 | 0 | 0.09 | 235.95 | 0.77 | 0.62 |
| Hex | 55 | 5F | E9 | 40 | 3B | 0 | 9 | EC | 4D | 3E |
| Octal | 125 | 137 | 351 | 100 | 73 | 0 | 11 | 354 | 115 | 76 |
| Binary | 1010101 | 1011111 | 11101001 | 1000000 | 111011 | 0 | 1001 | 11101100 | 1001101 | 111110 |
Color Harmonies of #555FE9
Complementary color
Monochromatic Colors of #555FE9
Black with #555FE9
Text Example
Text Example
White with #555FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FE9; }
p { color: rgb(85,95,233); }
H1.HeaderClassName
{
color: #555FE9;
}
.AnyTagClassName
{
color: #555FE9;
}
</style>
background-color css
<style>
a { background-color: #555FE9; }
a { background-color: rgb(85,95,233); }
div.DivClassName
{
background-color: #555FE9;
}
.BgClassName
{
background-color: #555FE9;
}
</style>
border-color css
<style>
span { border-color: #555FE9; }
span { border-color: rgb(85,95,233); }
td.TdClassName
{
border-color: #555FE9;
}
.TagClassName
{
border-color: #555FE9;
}
</style>