Shades of Royal Blue #5871D2
Tints of Royal Blue #5871D2
RGB
CMYK
RGB Variations
Color information
#5871D2 (or 0x5871D2) is known color: Royal Blue. HEX triplet: 58, 71 and D2. RGB value is (88,113,210). Sum of RGB (Red+Green+Blue) = 88+113+210=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 210 (82.42% from 255 or 51.09% from 411); Max value from RGB is 210 - color contains mainly: blue. Hex color #5871D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5871D2 is #A78E2D. Grayscale: #747474. Windows color (decimal): -10980910 or 13791576. OLE color: 13791576.
HSL color Cylindrical-coordinate representation of color #5871D2: hue angle of 227.7º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5871D2 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 113 | 210 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.18 |
| HSL | 227.7º | 0.58% | 0.58% | - |
| HSV(B) | 227.7º | 0.58% | 0.82% | - |
| XYZ | 21.56 | 18.54 | 63.41 | - |
| YUV | 116.58 | 180.72 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 113 | 210 | 0.58 | 0.46 | 0 | 0.18 | 227.7 | 0.58 | 0.58 |
| Hex | 58 | 71 | D2 | 3A | 2E | 0 | 12 | E4 | 3A | 3A |
| Octal | 130 | 161 | 322 | 72 | 56 | 0 | 22 | 344 | 72 | 72 |
| Binary | 1011000 | 1110001 | 11010010 | 111010 | 101110 | 0 | 10010 | 11100100 | 111010 | 111010 |
Color Harmonies of #5871D2
Complementary color
Monochromatic Colors of #5871D2
Black with #5871D2
Text Example
Text Example
White with #5871D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5871D2; }
p { color: rgb(88,113,210); }
H1.HeaderClassName
{
color: #5871D2;
}
.AnyTagClassName
{
color: #5871D2;
}
</style>
background-color css
<style>
a { background-color: #5871D2; }
a { background-color: rgb(88,113,210); }
div.DivClassName
{
background-color: #5871D2;
}
.BgClassName
{
background-color: #5871D2;
}
</style>
border-color css
<style>
span { border-color: #5871D2; }
span { border-color: rgb(88,113,210); }
td.TdClassName
{
border-color: #5871D2;
}
.TagClassName
{
border-color: #5871D2;
}
</style>