Shades of Royal Blue #567CE5
Tints of Royal Blue #567CE5
RGB
CMYK
RGB Variations
Color information
#567CE5 (or 0x567CE5) is known color: Royal Blue. HEX triplet: 56, 7C and E5. RGB value is (86,124,229). Sum of RGB (Red+Green+Blue) = 86+124+229=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #567CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CE5 is #A9831A. Grayscale: #7C7C7C. Windows color (decimal): -11109147 or 15039574. OLE color: 15039574.
HSL color Cylindrical-coordinate representation of color #567CE5: hue angle of 224.06º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #567CE5 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 124 | 229 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.10 |
| HSL | 224.06º | 0.73% | 0.62% | - |
| HSV(B) | 224.06º | 0.62% | 0.9% | - |
| XYZ | 25.19 | 22.05 | 77.06 | - |
| YUV | 124.61 | 186.91 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 229 | 0.62 | 0.46 | 0 | 0.10 | 224.06 | 0.73 | 0.62 |
| Hex | 56 | 7C | E5 | 3E | 2E | 0 | A | E0 | 49 | 3E |
| Octal | 126 | 174 | 345 | 76 | 56 | 0 | 12 | 340 | 111 | 76 |
| Binary | 1010110 | 1111100 | 11100101 | 111110 | 101110 | 0 | 1010 | 11100000 | 1001001 | 111110 |
Color Harmonies of #567CE5
Complementary color
Monochromatic Colors of #567CE5
Black with #567CE5
Text Example
Text Example
White with #567CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CE5; }
p { color: rgb(86,124,229); }
H1.HeaderClassName
{
color: #567CE5;
}
.AnyTagClassName
{
color: #567CE5;
}
</style>
background-color css
<style>
a { background-color: #567CE5; }
a { background-color: rgb(86,124,229); }
div.DivClassName
{
background-color: #567CE5;
}
.BgClassName
{
background-color: #567CE5;
}
</style>
border-color css
<style>
span { border-color: #567CE5; }
span { border-color: rgb(86,124,229); }
td.TdClassName
{
border-color: #567CE5;
}
.TagClassName
{
border-color: #567CE5;
}
</style>