Shades of Royal Blue #576CCF
Tints of Royal Blue #576CCF
RGB
CMYK
RGB Variations
Color information
#576CCF (or 0x576CCF) is known color: Royal Blue. HEX triplet: 57, 6C and CF. RGB value is (87,108,207). Sum of RGB (Red+Green+Blue) = 87+108+207=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #576CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576CCF is #A89330. Grayscale: #707070. Windows color (decimal): -11047729 or 13593687. OLE color: 13593687.
HSL color Cylindrical-coordinate representation of color #576CCF: hue angle of 229.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #576CCF is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 108 | 207 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.19 |
| HSL | 229.5º | 0.56% | 0.58% | - |
| HSV(B) | 229.5º | 0.58% | 0.81% | - |
| XYZ | 20.56 | 17.26 | 61.28 | - |
| YUV | 113.01 | 181.04 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 108 | 207 | 0.58 | 0.48 | 0 | 0.19 | 229.5 | 0.56 | 0.58 |
| Hex | 57 | 6C | CF | 3A | 30 | 0 | 13 | E6 | 38 | 3A |
| Octal | 127 | 154 | 317 | 72 | 60 | 0 | 23 | 346 | 70 | 72 |
| Binary | 1010111 | 1101100 | 11001111 | 111010 | 110000 | 0 | 10011 | 11100110 | 111000 | 111010 |
Color Harmonies of #576CCF
Complementary color
Monochromatic Colors of #576CCF
Black with #576CCF
Text Example
Text Example
White with #576CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576CCF; }
p { color: rgb(87,108,207); }
H1.HeaderClassName
{
color: #576CCF;
}
.AnyTagClassName
{
color: #576CCF;
}
</style>
background-color css
<style>
a { background-color: #576CCF; }
a { background-color: rgb(87,108,207); }
div.DivClassName
{
background-color: #576CCF;
}
.BgClassName
{
background-color: #576CCF;
}
</style>
border-color css
<style>
span { border-color: #576CCF; }
span { border-color: rgb(87,108,207); }
td.TdClassName
{
border-color: #576CCF;
}
.TagClassName
{
border-color: #576CCF;
}
</style>