Shades of Royal Blue #567BE5
Tints of Royal Blue #567BE5
RGB
CMYK
RGB Variations
Color information
#567BE5 (or 0x567BE5) is known color: Royal Blue. HEX triplet: 56, 7B and E5. RGB value is (86,123,229). Sum of RGB (Red+Green+Blue) = 86+123+229=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #567BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567BE5 is #A9841A. Grayscale: #7B7B7B. Windows color (decimal): -11109403 or 15039318. OLE color: 15039318.
HSL color Cylindrical-coordinate representation of color #567BE5: hue angle of 224.48º 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 #567BE5 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 123 | 229 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.10 |
| HSL | 224.48º | 0.73% | 0.62% | - |
| HSV(B) | 224.48º | 0.62% | 0.9% | - |
| XYZ | 25.06 | 21.8 | 77.02 | - |
| YUV | 124.02 | 187.24 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 123 | 229 | 0.62 | 0.46 | 0 | 0.10 | 224.48 | 0.73 | 0.62 |
| Hex | 56 | 7B | E5 | 3E | 2E | 0 | A | E0 | 49 | 3E |
| Octal | 126 | 173 | 345 | 76 | 56 | 0 | 12 | 340 | 111 | 76 |
| Binary | 1010110 | 1111011 | 11100101 | 111110 | 101110 | 0 | 1010 | 11100000 | 1001001 | 111110 |
Color Harmonies of #567BE5
Complementary color
Monochromatic Colors of #567BE5
Black with #567BE5
Text Example
Text Example
White with #567BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567BE5; }
p { color: rgb(86,123,229); }
H1.HeaderClassName
{
color: #567BE5;
}
.AnyTagClassName
{
color: #567BE5;
}
</style>
background-color css
<style>
a { background-color: #567BE5; }
a { background-color: rgb(86,123,229); }
div.DivClassName
{
background-color: #567BE5;
}
.BgClassName
{
background-color: #567BE5;
}
</style>
border-color css
<style>
span { border-color: #567BE5; }
span { border-color: rgb(86,123,229); }
td.TdClassName
{
border-color: #567BE5;
}
.TagClassName
{
border-color: #567BE5;
}
</style>