Shades of Royal Blue #5772FF
Tints of Royal Blue #5772FF
RGB
CMYK
RGB Variations
Color information
#5772FF (or 0x5772FF) is known color: Royal Blue. HEX triplet: 57, 72 and FF. RGB value is (87,114,255). Sum of RGB (Red+Green+Blue) = 87+114+255=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #5772FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5772FF is #A88D00. Grayscale: #797979. Windows color (decimal): -11046145 or 16740951. OLE color: 16740951.
HSL color Cylindrical-coordinate representation of color #5772FF: hue angle of 230.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5772FF is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 114 | 255 | - |
| CMYK | 0.66 | 0.55 | 0 | 0 |
| HSL | 230.36º | 1% | 0.67% | - |
| HSV(B) | 230.36º | 0.66% | 1% | - |
| XYZ | 28 | 21.28 | 97.24 | - |
| YUV | 122 | 203.05 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 255 | 0.66 | 0.55 | 0 | 0 | 230.36 | 1 | 0.67 |
| Hex | 57 | 72 | FF | 42 | 37 | 0 | 0 | E6 | 64 | 43 |
| Octal | 127 | 162 | 377 | 102 | 67 | 0 | 0 | 346 | 144 | 103 |
| Binary | 1010111 | 1110010 | 11111111 | 1000010 | 110111 | 0 | 0 | 11100110 | 1100100 | 1000011 |
Color Harmonies of #5772FF
Complementary color
Monochromatic Colors of #5772FF
Black with #5772FF
Text Example
Text Example
White with #5772FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5772FF; }
p { color: rgb(87,114,255); }
H1.HeaderClassName
{
color: #5772FF;
}
.AnyTagClassName
{
color: #5772FF;
}
</style>
background-color css
<style>
a { background-color: #5772FF; }
a { background-color: rgb(87,114,255); }
div.DivClassName
{
background-color: #5772FF;
}
.BgClassName
{
background-color: #5772FF;
}
</style>
border-color css
<style>
span { border-color: #5772FF; }
span { border-color: rgb(87,114,255); }
td.TdClassName
{
border-color: #5772FF;
}
.TagClassName
{
border-color: #5772FF;
}
</style>