Shades of Royal Blue #5768EA
Tints of Royal Blue #5768EA
RGB
CMYK
RGB Variations
Color information
#5768EA (or 0x5768EA) is known color: Royal Blue. HEX triplet: 57, 68 and EA. RGB value is (87,104,234). Sum of RGB (Red+Green+Blue) = 87+104+234=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #5768EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5768EA is #A89715. Grayscale: #717171. Windows color (decimal): -11048726 or 15362135. OLE color: 15362135.
HSL color Cylindrical-coordinate representation of color #5768EA: hue angle of 233.06º 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 #5768EA is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 104 | 234 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.08 |
| HSL | 233.06º | 0.78% | 0.63% | - |
| HSV(B) | 233.06º | 0.63% | 0.92% | - |
| XYZ | 23.73 | 17.87 | 80.04 | - |
| YUV | 113.74 | 195.87 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 234 | 0.63 | 0.56 | 0 | 0.08 | 233.06 | 0.78 | 0.63 |
| Hex | 57 | 68 | EA | 3F | 38 | 0 | 8 | E9 | 4E | 3F |
| Octal | 127 | 150 | 352 | 77 | 70 | 0 | 10 | 351 | 116 | 77 |
| Binary | 1010111 | 1101000 | 11101010 | 111111 | 111000 | 0 | 1000 | 11101001 | 1001110 | 111111 |
Color Harmonies of #5768EA
Complementary color
Monochromatic Colors of #5768EA
Black with #5768EA
Text Example
Text Example
White with #5768EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5768EA; }
p { color: rgb(87,104,234); }
H1.HeaderClassName
{
color: #5768EA;
}
.AnyTagClassName
{
color: #5768EA;
}
</style>
background-color css
<style>
a { background-color: #5768EA; }
a { background-color: rgb(87,104,234); }
div.DivClassName
{
background-color: #5768EA;
}
.BgClassName
{
background-color: #5768EA;
}
</style>
border-color css
<style>
span { border-color: #5768EA; }
span { border-color: rgb(87,104,234); }
td.TdClassName
{
border-color: #5768EA;
}
.TagClassName
{
border-color: #5768EA;
}
</style>