Shades of Royal Blue #5575FD
Tints of Royal Blue #5575FD
RGB
CMYK
RGB Variations
Color information
#5575FD (or 0x5575FD) is known color: Royal Blue. HEX triplet: 55, 75 and FD. RGB value is (85,117,253). Sum of RGB (Red+Green+Blue) = 85+117+253=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #5575FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5575FD is #AA8A02. Grayscale: #7A7A7A. Windows color (decimal): -11176451 or 16610645. OLE color: 16610645.
HSL color Cylindrical-coordinate representation of color #5575FD: hue angle of 228.57º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5575FD is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 117 | 253 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.01 |
| HSL | 228.57º | 0.98% | 0.66% | - |
| HSV(B) | 228.57º | 0.66% | 0.99% | - |
| XYZ | 27.84 | 21.75 | 95.66 | - |
| YUV | 122.94 | 201.4 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 253 | 0.66 | 0.54 | 0 | 0.01 | 228.57 | 0.98 | 0.66 |
| Hex | 55 | 75 | FD | 42 | 36 | 0 | 1 | E5 | 62 | 42 |
| Octal | 125 | 165 | 375 | 102 | 66 | 0 | 1 | 345 | 142 | 102 |
| Binary | 1010101 | 1110101 | 11111101 | 1000010 | 110110 | 0 | 1 | 11100101 | 1100010 | 1000010 |
Color Harmonies of #5575FD
Complementary color
Monochromatic Colors of #5575FD
Black with #5575FD
Text Example
Text Example
White with #5575FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5575FD; }
p { color: rgb(85,117,253); }
H1.HeaderClassName
{
color: #5575FD;
}
.AnyTagClassName
{
color: #5575FD;
}
</style>
background-color css
<style>
a { background-color: #5575FD; }
a { background-color: rgb(85,117,253); }
div.DivClassName
{
background-color: #5575FD;
}
.BgClassName
{
background-color: #5575FD;
}
</style>
border-color css
<style>
span { border-color: #5575FD; }
span { border-color: rgb(85,117,253); }
td.TdClassName
{
border-color: #5575FD;
}
.TagClassName
{
border-color: #5575FD;
}
</style>