Shades of Royal Blue #5873FF
Tints of Royal Blue #5873FF
RGB
CMYK
RGB Variations
Color information
#5873FF (or 0x5873FF) is known color: Royal Blue. HEX triplet: 58, 73 and FF. RGB value is (88,115,255). Sum of RGB (Red+Green+Blue) = 88+115+255=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #5873FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5873FF is #A78C00. Grayscale: #7A7A7A. Windows color (decimal): -10980353 or 16741208. OLE color: 16741208.
HSL color Cylindrical-coordinate representation of color #5873FF: hue angle of 230.3º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5873FF is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 115 | 255 | - |
| CMYK | 0.65 | 0.55 | 0 | 0 |
| HSL | 230.3º | 1% | 0.67% | - |
| HSV(B) | 230.3º | 0.65% | 1% | - |
| XYZ | 28.21 | 21.56 | 97.28 | - |
| YUV | 122.89 | 202.55 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 255 | 0.65 | 0.55 | 0 | 0 | 230.3 | 1 | 0.67 |
| Hex | 58 | 73 | FF | 41 | 37 | 0 | 0 | E6 | 64 | 43 |
| Octal | 130 | 163 | 377 | 101 | 67 | 0 | 0 | 346 | 144 | 103 |
| Binary | 1011000 | 1110011 | 11111111 | 1000001 | 110111 | 0 | 0 | 11100110 | 1100100 | 1000011 |
Color Harmonies of #5873FF
Complementary color
Monochromatic Colors of #5873FF
Black with #5873FF
Text Example
Text Example
White with #5873FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5873FF; }
p { color: rgb(88,115,255); }
H1.HeaderClassName
{
color: #5873FF;
}
.AnyTagClassName
{
color: #5873FF;
}
</style>
background-color css
<style>
a { background-color: #5873FF; }
a { background-color: rgb(88,115,255); }
div.DivClassName
{
background-color: #5873FF;
}
.BgClassName
{
background-color: #5873FF;
}
</style>
border-color css
<style>
span { border-color: #5873FF; }
span { border-color: rgb(88,115,255); }
td.TdClassName
{
border-color: #5873FF;
}
.TagClassName
{
border-color: #5873FF;
}
</style>