Shades of Royal Blue #5765EA
Tints of Royal Blue #5765EA
RGB
CMYK
RGB Variations
Color information
#5765EA (or 0x5765EA) is known color: Royal Blue. HEX triplet: 57, 65 and EA. RGB value is (87,101,234). Sum of RGB (Red+Green+Blue) = 87+101+234=422 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.62% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #5765EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5765EA is #A89A15. Grayscale: #6F6F6F. Windows color (decimal): -11049494 or 15361367. OLE color: 15361367.
HSL color Cylindrical-coordinate representation of color #5765EA: hue angle of 234.29º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5765EA is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 101 | 234 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.08 |
| HSL | 234.29º | 0.78% | 0.63% | - |
| HSV(B) | 234.29º | 0.63% | 0.92% | - |
| XYZ | 23.44 | 17.27 | 79.94 | - |
| YUV | 111.98 | 196.86 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 101 | 234 | 0.63 | 0.57 | 0 | 0.08 | 234.29 | 0.78 | 0.63 |
| Hex | 57 | 65 | EA | 3F | 39 | 0 | 8 | EA | 4E | 3F |
| Octal | 127 | 145 | 352 | 77 | 71 | 0 | 10 | 352 | 116 | 77 |
| Binary | 1010111 | 1100101 | 11101010 | 111111 | 111001 | 0 | 1000 | 11101010 | 1001110 | 111111 |
Color Harmonies of #5765EA
Complementary color
Monochromatic Colors of #5765EA
Black with #5765EA
Text Example
Text Example
White with #5765EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5765EA; }
p { color: rgb(87,101,234); }
H1.HeaderClassName
{
color: #5765EA;
}
.AnyTagClassName
{
color: #5765EA;
}
</style>
background-color css
<style>
a { background-color: #5765EA; }
a { background-color: rgb(87,101,234); }
div.DivClassName
{
background-color: #5765EA;
}
.BgClassName
{
background-color: #5765EA;
}
</style>
border-color css
<style>
span { border-color: #5765EA; }
span { border-color: rgb(87,101,234); }
td.TdClassName
{
border-color: #5765EA;
}
.TagClassName
{
border-color: #5765EA;
}
</style>