Shades of Royal Blue #5766E6
Tints of Royal Blue #5766E6
RGB
CMYK
RGB Variations
Color information
#5766E6 (or 0x5766E6) is known color: Royal Blue. HEX triplet: 57, 66 and E6. RGB value is (87,102,230). Sum of RGB (Red+Green+Blue) = 87+102+230=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #5766E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5766E6 is #A89919. Grayscale: #6F6F6F. Windows color (decimal): -11049242 or 15099479. OLE color: 15099479.
HSL color Cylindrical-coordinate representation of color #5766E6: hue angle of 233.71º degrees, saturation: 0.74, 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 #5766E6 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 102 | 230 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.10 |
| HSL | 233.71º | 0.74% | 0.62% | - |
| HSV(B) | 233.71º | 0.62% | 0.9% | - |
| XYZ | 22.96 | 17.24 | 76.98 | - |
| YUV | 112.11 | 194.53 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 230 | 0.62 | 0.56 | 0 | 0.10 | 233.71 | 0.74 | 0.62 |
| Hex | 57 | 66 | E6 | 3E | 38 | 0 | A | EA | 4A | 3E |
| Octal | 127 | 146 | 346 | 76 | 70 | 0 | 12 | 352 | 112 | 76 |
| Binary | 1010111 | 1100110 | 11100110 | 111110 | 111000 | 0 | 1010 | 11101010 | 1001010 | 111110 |
Color Harmonies of #5766E6
Complementary color
Monochromatic Colors of #5766E6
Black with #5766E6
Text Example
Text Example
White with #5766E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5766E6; }
p { color: rgb(87,102,230); }
H1.HeaderClassName
{
color: #5766E6;
}
.AnyTagClassName
{
color: #5766E6;
}
</style>
background-color css
<style>
a { background-color: #5766E6; }
a { background-color: rgb(87,102,230); }
div.DivClassName
{
background-color: #5766E6;
}
.BgClassName
{
background-color: #5766E6;
}
</style>
border-color css
<style>
span { border-color: #5766E6; }
span { border-color: rgb(87,102,230); }
td.TdClassName
{
border-color: #5766E6;
}
.TagClassName
{
border-color: #5766E6;
}
</style>