Shades of Royal Blue #596FED
Tints of Royal Blue #596FED
RGB
CMYK
RGB Variations
Color information
#596FED (or 0x596FED) is known color: Royal Blue. HEX triplet: 59, 6F and ED. RGB value is (89,111,237). Sum of RGB (Red+Green+Blue) = 89+111+237=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #596FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596FED is #A69012. Grayscale: #767676. Windows color (decimal): -10915859 or 15560537. OLE color: 15560537.
HSL color Cylindrical-coordinate representation of color #596FED: hue angle of 231.08º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #596FED is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 111 | 237 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.07 |
| HSL | 231.08º | 0.8% | 0.64% | - |
| HSV(B) | 231.08º | 0.62% | 0.93% | - |
| XYZ | 25.09 | 19.61 | 82.58 | - |
| YUV | 118.79 | 194.71 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 111 | 237 | 0.62 | 0.53 | 0 | 0.07 | 231.08 | 0.8 | 0.64 |
| Hex | 59 | 6F | ED | 3E | 35 | 0 | 7 | E7 | 50 | 40 |
| Octal | 131 | 157 | 355 | 76 | 65 | 0 | 7 | 347 | 120 | 100 |
| Binary | 1011001 | 1101111 | 11101101 | 111110 | 110101 | 0 | 111 | 11100111 | 1010000 | 1000000 |
Color Harmonies of #596FED
Complementary color
Monochromatic Colors of #596FED
Black with #596FED
Text Example
Text Example
White with #596FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596FED; }
p { color: rgb(89,111,237); }
H1.HeaderClassName
{
color: #596FED;
}
.AnyTagClassName
{
color: #596FED;
}
</style>
background-color css
<style>
a { background-color: #596FED; }
a { background-color: rgb(89,111,237); }
div.DivClassName
{
background-color: #596FED;
}
.BgClassName
{
background-color: #596FED;
}
</style>
border-color css
<style>
span { border-color: #596FED; }
span { border-color: rgb(89,111,237); }
td.TdClassName
{
border-color: #596FED;
}
.TagClassName
{
border-color: #596FED;
}
</style>