Shades of Royal Blue #5372DB
Tints of Royal Blue #5372DB
RGB
CMYK
RGB Variations
Color information
#5372DB (or 0x5372DB) is known color: Royal Blue. HEX triplet: 53, 72 and DB. RGB value is (83,114,219). Sum of RGB (Red+Green+Blue) = 83+114+219=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #5372DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5372DB is #AC8D24. Grayscale: #747474. Windows color (decimal): -11308325 or 14381651. OLE color: 14381651.
HSL color Cylindrical-coordinate representation of color #5372DB: hue angle of 226.32º 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 #5372DB is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 114 | 219 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.14 |
| HSL | 226.32º | 0.65% | 0.59% | - |
| HSV(B) | 226.32º | 0.62% | 0.86% | - |
| XYZ | 22.37 | 18.99 | 69.5 | - |
| YUV | 116.7 | 185.73 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 219 | 0.62 | 0.48 | 0 | 0.14 | 226.32 | 0.65 | 0.59 |
| Hex | 53 | 72 | DB | 3E | 30 | 0 | E | E2 | 41 | 3B |
| Octal | 123 | 162 | 333 | 76 | 60 | 0 | 16 | 342 | 101 | 73 |
| Binary | 1010011 | 1110010 | 11011011 | 111110 | 110000 | 0 | 1110 | 11100010 | 1000001 | 111011 |
Color Harmonies of #5372DB
Complementary color
Monochromatic Colors of #5372DB
Black with #5372DB
Text Example
Text Example
White with #5372DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5372DB; }
p { color: rgb(83,114,219); }
H1.HeaderClassName
{
color: #5372DB;
}
.AnyTagClassName
{
color: #5372DB;
}
</style>
background-color css
<style>
a { background-color: #5372DB; }
a { background-color: rgb(83,114,219); }
div.DivClassName
{
background-color: #5372DB;
}
.BgClassName
{
background-color: #5372DB;
}
</style>
border-color css
<style>
span { border-color: #5372DB; }
span { border-color: rgb(83,114,219); }
td.TdClassName
{
border-color: #5372DB;
}
.TagClassName
{
border-color: #5372DB;
}
</style>