Shades of Royal Blue #5575D7
Tints of Royal Blue #5575D7
RGB
CMYK
RGB Variations
Color information
#5575D7 (or 0x5575D7) is known color: Royal Blue. HEX triplet: 55, 75 and D7. RGB value is (85,117,215). Sum of RGB (Red+Green+Blue) = 85+117+215=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #5575D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5575D7 is #AA8A28. Grayscale: #767676. Windows color (decimal): -11176489 or 14120277. OLE color: 14120277.
HSL color Cylindrical-coordinate representation of color #5575D7: hue angle of 225.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5575D7 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 117 | 215 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.16 |
| HSL | 225.23º | 0.62% | 0.59% | - |
| HSV(B) | 225.23º | 0.6% | 0.84% | - |
| XYZ | 22.37 | 19.56 | 66.89 | - |
| YUV | 118.6 | 182.4 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 215 | 0.60 | 0.46 | 0 | 0.16 | 225.23 | 0.62 | 0.59 |
| Hex | 55 | 75 | D7 | 3C | 2E | 0 | 10 | E1 | 3E | 3B |
| Octal | 125 | 165 | 327 | 74 | 56 | 0 | 20 | 341 | 76 | 73 |
| Binary | 1010101 | 1110101 | 11010111 | 111100 | 101110 | 0 | 10000 | 11100001 | 111110 | 111011 |
Color Harmonies of #5575D7
Complementary color
Monochromatic Colors of #5575D7
Black with #5575D7
Text Example
Text Example
White with #5575D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5575D7; }
p { color: rgb(85,117,215); }
H1.HeaderClassName
{
color: #5575D7;
}
.AnyTagClassName
{
color: #5575D7;
}
</style>
background-color css
<style>
a { background-color: #5575D7; }
a { background-color: rgb(85,117,215); }
div.DivClassName
{
background-color: #5575D7;
}
.BgClassName
{
background-color: #5575D7;
}
</style>
border-color css
<style>
span { border-color: #5575D7; }
span { border-color: rgb(85,117,215); }
td.TdClassName
{
border-color: #5575D7;
}
.TagClassName
{
border-color: #5575D7;
}
</style>