Shades of Royal Blue #5867E2
Tints of Royal Blue #5867E2
RGB
CMYK
RGB Variations
Color information
#5867E2 (or 0x5867E2) is known color: Royal Blue. HEX triplet: 58, 67 and E2. RGB value is (88,103,226). Sum of RGB (Red+Green+Blue) = 88+103+226=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 226 (88.67% from 255 or 54.20% from 417); Max value from RGB is 226 - color contains mainly: blue. Hex color #5867E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5867E2 is #A7981D. Grayscale: #707070. Windows color (decimal): -10983454 or 14837592. OLE color: 14837592.
HSL color Cylindrical-coordinate representation of color #5867E2: hue angle of 233.48º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5867E2 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 88 | 103 | 226 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.11 |
| HSL | 233.48º | 0.7% | 0.62% | - |
| HSV(B) | 233.48º | 0.61% | 0.89% | - |
| XYZ | 22.6 | 17.27 | 74.09 | - |
| YUV | 112.54 | 192.03 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 103 | 226 | 0.61 | 0.54 | 0 | 0.11 | 233.48 | 0.7 | 0.62 |
| Hex | 58 | 67 | E2 | 3D | 36 | 0 | B | E9 | 46 | 3E |
| Octal | 130 | 147 | 342 | 75 | 66 | 0 | 13 | 351 | 106 | 76 |
| Binary | 1011000 | 1100111 | 11100010 | 111101 | 110110 | 0 | 1011 | 11101001 | 1000110 | 111110 |
Color Harmonies of #5867E2
Complementary color
Monochromatic Colors of #5867E2
Black with #5867E2
Text Example
Text Example
White with #5867E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5867E2; }
p { color: rgb(88,103,226); }
H1.HeaderClassName
{
color: #5867E2;
}
.AnyTagClassName
{
color: #5867E2;
}
</style>
background-color css
<style>
a { background-color: #5867E2; }
a { background-color: rgb(88,103,226); }
div.DivClassName
{
background-color: #5867E2;
}
.BgClassName
{
background-color: #5867E2;
}
</style>
border-color css
<style>
span { border-color: #5867E2; }
span { border-color: rgb(88,103,226); }
td.TdClassName
{
border-color: #5867E2;
}
.TagClassName
{
border-color: #5867E2;
}
</style>