Shades of Royal Blue #5377DC
Tints of Royal Blue #5377DC
RGB
CMYK
RGB Variations
Color information
#5377DC (or 0x5377DC) is known color: Royal Blue. HEX triplet: 53, 77 and DC. RGB value is (83,119,220). Sum of RGB (Red+Green+Blue) = 83+119+220=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #5377DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5377DC is #AC8823. Grayscale: #777777. Windows color (decimal): -11307044 or 14448467. OLE color: 14448467.
HSL color Cylindrical-coordinate representation of color #5377DC: hue angle of 224.23º degrees, saturation: 0.66, 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 #5377DC is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 119 | 220 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.14 |
| HSL | 224.23º | 0.66% | 0.59% | - |
| HSV(B) | 224.23º | 0.62% | 0.86% | - |
| XYZ | 23.08 | 20.2 | 70.39 | - |
| YUV | 119.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 220 | 0.62 | 0.46 | 0 | 0.14 | 224.23 | 0.66 | 0.59 |
| Hex | 53 | 77 | DC | 3E | 2E | 0 | E | E0 | 42 | 3B |
| Octal | 123 | 167 | 334 | 76 | 56 | 0 | 16 | 340 | 102 | 73 |
| Binary | 1010011 | 1110111 | 11011100 | 111110 | 101110 | 0 | 1110 | 11100000 | 1000010 | 111011 |
Color Harmonies of #5377DC
Complementary color
Monochromatic Colors of #5377DC
Black with #5377DC
Text Example
Text Example
White with #5377DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5377DC; }
p { color: rgb(83,119,220); }
H1.HeaderClassName
{
color: #5377DC;
}
.AnyTagClassName
{
color: #5377DC;
}
</style>
background-color css
<style>
a { background-color: #5377DC; }
a { background-color: rgb(83,119,220); }
div.DivClassName
{
background-color: #5377DC;
}
.BgClassName
{
background-color: #5377DC;
}
</style>
border-color css
<style>
span { border-color: #5377DC; }
span { border-color: rgb(83,119,220); }
td.TdClassName
{
border-color: #5377DC;
}
.TagClassName
{
border-color: #5377DC;
}
</style>