Shades of Royal Blue #5B75D7
Tints of Royal Blue #5B75D7
RGB
CMYK
RGB Variations
Color information
#5B75D7 (or 0x5B75D7) is known color: Royal Blue. HEX triplet: 5B, 75 and D7. RGB value is (91,117,215). Sum of RGB (Red+Green+Blue) = 91+117+215=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #5B75D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B75D7 is #A48A28. Grayscale: #777777. Windows color (decimal): -10783273 or 14120283. OLE color: 14120283.
HSL color Cylindrical-coordinate representation of color #5B75D7: hue angle of 227.42º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B75D7 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 117 | 215 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.16 |
| HSL | 227.42º | 0.61% | 0.6% | - |
| HSV(B) | 227.42º | 0.58% | 0.84% | - |
| XYZ | 22.94 | 19.85 | 66.91 | - |
| YUV | 120.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 117 | 215 | 0.58 | 0.46 | 0 | 0.16 | 227.42 | 0.61 | 0.6 |
| Hex | 5B | 75 | D7 | 3A | 2E | 0 | 10 | E3 | 3D | 3C |
| Octal | 133 | 165 | 327 | 72 | 56 | 0 | 20 | 343 | 75 | 74 |
| Binary | 1011011 | 1110101 | 11010111 | 111010 | 101110 | 0 | 10000 | 11100011 | 111101 | 111100 |
Color Harmonies of #5B75D7
Complementary color
Monochromatic Colors of #5B75D7
Black with #5B75D7
Text Example
Text Example
White with #5B75D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B75D7; }
p { color: rgb(91,117,215); }
H1.HeaderClassName
{
color: #5B75D7;
}
.AnyTagClassName
{
color: #5B75D7;
}
</style>
background-color css
<style>
a { background-color: #5B75D7; }
a { background-color: rgb(91,117,215); }
div.DivClassName
{
background-color: #5B75D7;
}
.BgClassName
{
background-color: #5B75D7;
}
</style>
border-color css
<style>
span { border-color: #5B75D7; }
span { border-color: rgb(91,117,215); }
td.TdClassName
{
border-color: #5B75D7;
}
.TagClassName
{
border-color: #5B75D7;
}
</style>