Shades of Royal Blue #586CCF
Tints of Royal Blue #586CCF
RGB
CMYK
RGB Variations
Color information
#586CCF (or 0x586CCF) is known color: Royal Blue. HEX triplet: 58, 6C and CF. RGB value is (88,108,207). Sum of RGB (Red+Green+Blue) = 88+108+207=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #586CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586CCF is #A79330. Grayscale: #707070. Windows color (decimal): -10982193 or 13593688. OLE color: 13593688.
HSL color Cylindrical-coordinate representation of color #586CCF: hue angle of 229.92º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #586CCF is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 108 | 207 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.19 |
| HSL | 229.92º | 0.55% | 0.58% | - |
| HSV(B) | 229.92º | 0.57% | 0.81% | - |
| XYZ | 20.65 | 17.3 | 61.28 | - |
| YUV | 113.31 | 180.87 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 207 | 0.57 | 0.48 | 0 | 0.19 | 229.92 | 0.55 | 0.58 |
| Hex | 58 | 6C | CF | 39 | 30 | 0 | 13 | E6 | 37 | 3A |
| Octal | 130 | 154 | 317 | 71 | 60 | 0 | 23 | 346 | 67 | 72 |
| Binary | 1011000 | 1101100 | 11001111 | 111001 | 110000 | 0 | 10011 | 11100110 | 110111 | 111010 |
Color Harmonies of #586CCF
Complementary color
Monochromatic Colors of #586CCF
Black with #586CCF
Text Example
Text Example
White with #586CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586CCF; }
p { color: rgb(88,108,207); }
H1.HeaderClassName
{
color: #586CCF;
}
.AnyTagClassName
{
color: #586CCF;
}
</style>
background-color css
<style>
a { background-color: #586CCF; }
a { background-color: rgb(88,108,207); }
div.DivClassName
{
background-color: #586CCF;
}
.BgClassName
{
background-color: #586CCF;
}
</style>
border-color css
<style>
span { border-color: #586CCF; }
span { border-color: rgb(88,108,207); }
td.TdClassName
{
border-color: #586CCF;
}
.TagClassName
{
border-color: #586CCF;
}
</style>