Shades of Royal Blue #576ACE
Tints of Royal Blue #576ACE
RGB
CMYK
RGB Variations
Color information
#576ACE (or 0x576ACE) is known color: Royal Blue. HEX triplet: 57, 6A and CE. RGB value is (87,106,206). Sum of RGB (Red+Green+Blue) = 87+106+206=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #576ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576ACE is #A89531. Grayscale: #6F6F6F. Windows color (decimal): -11048242 or 13527639. OLE color: 13527639.
HSL color Cylindrical-coordinate representation of color #576ACE: hue angle of 230.42º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #576ACE is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 106 | 206 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.19 |
| HSL | 230.42º | 0.55% | 0.57% | - |
| HSV(B) | 230.42º | 0.58% | 0.81% | - |
| XYZ | 20.23 | 16.79 | 60.57 | - |
| YUV | 111.72 | 181.21 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 206 | 0.58 | 0.49 | 0 | 0.19 | 230.42 | 0.55 | 0.57 |
| Hex | 57 | 6A | CE | 3A | 31 | 0 | 13 | E6 | 37 | 39 |
| Octal | 127 | 152 | 316 | 72 | 61 | 0 | 23 | 346 | 67 | 71 |
| Binary | 1010111 | 1101010 | 11001110 | 111010 | 110001 | 0 | 10011 | 11100110 | 110111 | 111001 |
Color Harmonies of #576ACE
Complementary color
Monochromatic Colors of #576ACE
Black with #576ACE
Text Example
Text Example
White with #576ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576ACE; }
p { color: rgb(87,106,206); }
H1.HeaderClassName
{
color: #576ACE;
}
.AnyTagClassName
{
color: #576ACE;
}
</style>
background-color css
<style>
a { background-color: #576ACE; }
a { background-color: rgb(87,106,206); }
div.DivClassName
{
background-color: #576ACE;
}
.BgClassName
{
background-color: #576ACE;
}
</style>
border-color css
<style>
span { border-color: #576ACE; }
span { border-color: rgb(87,106,206); }
td.TdClassName
{
border-color: #576ACE;
}
.TagClassName
{
border-color: #576ACE;
}
</style>