Shades of Royal Blue #5867DD
Tints of Royal Blue #5867DD
RGB
CMYK
RGB Variations
Color information
#5867DD (or 0x5867DD) is known color: Royal Blue. HEX triplet: 58, 67 and DD. RGB value is (88,103,221). Sum of RGB (Red+Green+Blue) = 88+103+221=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #5867DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5867DD is #A79822. Grayscale: #6F6F6F. Windows color (decimal): -10983459 or 14509912. OLE color: 14509912.
HSL color Cylindrical-coordinate representation of color #5867DD: hue angle of 233.23º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5867DD is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 103 | 221 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.13 |
| HSL | 233.23º | 0.66% | 0.61% | - |
| HSV(B) | 233.23º | 0.6% | 0.87% | - |
| XYZ | 21.93 | 17 | 70.53 | - |
| YUV | 111.97 | 189.53 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 103 | 221 | 0.60 | 0.53 | 0 | 0.13 | 233.23 | 0.66 | 0.61 |
| Hex | 58 | 67 | DD | 3C | 35 | 0 | D | E9 | 42 | 3D |
| Octal | 130 | 147 | 335 | 74 | 65 | 0 | 15 | 351 | 102 | 75 |
| Binary | 1011000 | 1100111 | 11011101 | 111100 | 110101 | 0 | 1101 | 11101001 | 1000010 | 111101 |
Color Harmonies of #5867DD
Complementary color
Monochromatic Colors of #5867DD
Black with #5867DD
Text Example
Text Example
White with #5867DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5867DD; }
p { color: rgb(88,103,221); }
H1.HeaderClassName
{
color: #5867DD;
}
.AnyTagClassName
{
color: #5867DD;
}
</style>
background-color css
<style>
a { background-color: #5867DD; }
a { background-color: rgb(88,103,221); }
div.DivClassName
{
background-color: #5867DD;
}
.BgClassName
{
background-color: #5867DD;
}
</style>
border-color css
<style>
span { border-color: #5867DD; }
span { border-color: rgb(88,103,221); }
td.TdClassName
{
border-color: #5867DD;
}
.TagClassName
{
border-color: #5867DD;
}
</style>