Shades of Royal Blue #596CED
Tints of Royal Blue #596CED
RGB
CMYK
RGB Variations
Color information
#596CED (or 0x596CED) is known color: Royal Blue. HEX triplet: 59, 6C and ED. RGB value is (89,108,237). Sum of RGB (Red+Green+Blue) = 89+108+237=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #596CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596CED is #A69312. Grayscale: #747474. Windows color (decimal): -10916627 or 15559769. OLE color: 15559769.
HSL color Cylindrical-coordinate representation of color #596CED: hue angle of 232.3º 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 #596CED is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 108 | 237 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.07 |
| HSL | 232.3º | 0.8% | 0.64% | - |
| HSV(B) | 232.3º | 0.62% | 0.93% | - |
| XYZ | 24.77 | 18.96 | 82.48 | - |
| YUV | 117.03 | 195.71 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 237 | 0.62 | 0.54 | 0 | 0.07 | 232.3 | 0.8 | 0.64 |
| Hex | 59 | 6C | ED | 3E | 36 | 0 | 7 | E8 | 50 | 40 |
| Octal | 131 | 154 | 355 | 76 | 66 | 0 | 7 | 350 | 120 | 100 |
| Binary | 1011001 | 1101100 | 11101101 | 111110 | 110110 | 0 | 111 | 11101000 | 1010000 | 1000000 |
Color Harmonies of #596CED
Complementary color
Monochromatic Colors of #596CED
Black with #596CED
Text Example
Text Example
White with #596CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596CED; }
p { color: rgb(89,108,237); }
H1.HeaderClassName
{
color: #596CED;
}
.AnyTagClassName
{
color: #596CED;
}
</style>
background-color css
<style>
a { background-color: #596CED; }
a { background-color: rgb(89,108,237); }
div.DivClassName
{
background-color: #596CED;
}
.BgClassName
{
background-color: #596CED;
}
</style>
border-color css
<style>
span { border-color: #596CED; }
span { border-color: rgb(89,108,237); }
td.TdClassName
{
border-color: #596CED;
}
.TagClassName
{
border-color: #596CED;
}
</style>