Shades of Royal Blue #5375DB
Tints of Royal Blue #5375DB
RGB
CMYK
RGB Variations
Color information
#5375DB (or 0x5375DB) is known color: Royal Blue. HEX triplet: 53, 75 and DB. RGB value is (83,117,219). Sum of RGB (Red+Green+Blue) = 83+117+219=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #5375DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5375DB is #AC8A24. Grayscale: #767676. Windows color (decimal): -11307557 or 14382419. OLE color: 14382419.
HSL color Cylindrical-coordinate representation of color #5375DB: hue angle of 225º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5375DB is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 117 | 219 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.14 |
| HSL | 225º | 0.65% | 0.59% | - |
| HSV(B) | 225º | 0.62% | 0.86% | - |
| XYZ | 22.71 | 19.68 | 69.62 | - |
| YUV | 118.46 | 184.74 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 219 | 0.62 | 0.47 | 0 | 0.14 | 225 | 0.65 | 0.59 |
| Hex | 53 | 75 | DB | 3E | 2F | 0 | E | E1 | 41 | 3B |
| Octal | 123 | 165 | 333 | 76 | 57 | 0 | 16 | 341 | 101 | 73 |
| Binary | 1010011 | 1110101 | 11011011 | 111110 | 101111 | 0 | 1110 | 11100001 | 1000001 | 111011 |
Color Harmonies of #5375DB
Complementary color
Monochromatic Colors of #5375DB
Black with #5375DB
Text Example
Text Example
White with #5375DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5375DB; }
p { color: rgb(83,117,219); }
H1.HeaderClassName
{
color: #5375DB;
}
.AnyTagClassName
{
color: #5375DB;
}
</style>
background-color css
<style>
a { background-color: #5375DB; }
a { background-color: rgb(83,117,219); }
div.DivClassName
{
background-color: #5375DB;
}
.BgClassName
{
background-color: #5375DB;
}
</style>
border-color css
<style>
span { border-color: #5375DB; }
span { border-color: rgb(83,117,219); }
td.TdClassName
{
border-color: #5375DB;
}
.TagClassName
{
border-color: #5375DB;
}
</style>