Shades of Royal Blue #5575FF
Tints of Royal Blue #5575FF
RGB
CMYK
RGB Variations
Color information
#5575FF (or 0x5575FF) is known color: Royal Blue. HEX triplet: 55, 75 and FF. RGB value is (85,117,255). Sum of RGB (Red+Green+Blue) = 85+117+255=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #5575FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5575FF is #AA8A00. Grayscale: #7A7A7A. Windows color (decimal): -11176449 or 16741717. OLE color: 16741717.
HSL color Cylindrical-coordinate representation of color #5575FF: hue angle of 228.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5575FF is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 117 | 255 | - |
| CMYK | 0.67 | 0.54 | 0 | 0 |
| HSL | 228.71º | 1% | 0.67% | - |
| HSV(B) | 228.71º | 0.67% | 1% | - |
| XYZ | 28.16 | 21.87 | 97.35 | - |
| YUV | 123.16 | 202.4 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 255 | 0.67 | 0.54 | 0 | 0 | 228.71 | 1 | 0.67 |
| Hex | 55 | 75 | FF | 43 | 36 | 0 | 0 | E5 | 64 | 43 |
| Octal | 125 | 165 | 377 | 103 | 66 | 0 | 0 | 345 | 144 | 103 |
| Binary | 1010101 | 1110101 | 11111111 | 1000011 | 110110 | 0 | 0 | 11100101 | 1100100 | 1000011 |
Color Harmonies of #5575FF
Complementary color
Monochromatic Colors of #5575FF
Black with #5575FF
Text Example
Text Example
White with #5575FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5575FF; }
p { color: rgb(85,117,255); }
H1.HeaderClassName
{
color: #5575FF;
}
.AnyTagClassName
{
color: #5575FF;
}
</style>
background-color css
<style>
a { background-color: #5575FF; }
a { background-color: rgb(85,117,255); }
div.DivClassName
{
background-color: #5575FF;
}
.BgClassName
{
background-color: #5575FF;
}
</style>
border-color css
<style>
span { border-color: #5575FF; }
span { border-color: rgb(85,117,255); }
td.TdClassName
{
border-color: #5575FF;
}
.TagClassName
{
border-color: #5575FF;
}
</style>