Shades of Royal Blue #576BD7
Tints of Royal Blue #576BD7
RGB
CMYK
RGB Variations
Color information
#576BD7 (or 0x576BD7) is known color: Royal Blue. HEX triplet: 57, 6B and D7. RGB value is (87,107,215). Sum of RGB (Red+Green+Blue) = 87+107+215=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #576BD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576BD7 is #A89428. Grayscale: #707070. Windows color (decimal): -11047977 or 14117719. OLE color: 14117719.
HSL color Cylindrical-coordinate representation of color #576BD7: hue angle of 230.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #576BD7 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 107 | 215 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.16 |
| HSL | 230.63º | 0.62% | 0.59% | - |
| HSV(B) | 230.63º | 0.6% | 0.84% | - |
| XYZ | 21.45 | 17.45 | 66.53 | - |
| YUV | 113.33 | 185.37 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 107 | 215 | 0.60 | 0.50 | 0 | 0.16 | 230.63 | 0.62 | 0.59 |
| Hex | 57 | 6B | D7 | 3C | 32 | 0 | 10 | E7 | 3E | 3B |
| Octal | 127 | 153 | 327 | 74 | 62 | 0 | 20 | 347 | 76 | 73 |
| Binary | 1010111 | 1101011 | 11010111 | 111100 | 110010 | 0 | 10000 | 11100111 | 111110 | 111011 |
Color Harmonies of #576BD7
Complementary color
Monochromatic Colors of #576BD7
Black with #576BD7
Text Example
Text Example
White with #576BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576BD7; }
p { color: rgb(87,107,215); }
H1.HeaderClassName
{
color: #576BD7;
}
.AnyTagClassName
{
color: #576BD7;
}
</style>
background-color css
<style>
a { background-color: #576BD7; }
a { background-color: rgb(87,107,215); }
div.DivClassName
{
background-color: #576BD7;
}
.BgClassName
{
background-color: #576BD7;
}
</style>
border-color css
<style>
span { border-color: #576BD7; }
span { border-color: rgb(87,107,215); }
td.TdClassName
{
border-color: #576BD7;
}
.TagClassName
{
border-color: #576BD7;
}
</style>