Shades of Royal Blue #596ED5
Tints of Royal Blue #596ED5
RGB
CMYK
RGB Variations
Color information
#596ED5 (or 0x596ED5) is known color: Royal Blue. HEX triplet: 59, 6E and D5. RGB value is (89,110,213). Sum of RGB (Red+Green+Blue) = 89+110+213=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #596ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596ED5 is #A6912A. Grayscale: #737373. Windows color (decimal): -10916139 or 13987417. OLE color: 13987417.
HSL color Cylindrical-coordinate representation of color #596ED5: hue angle of 229.84º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #596ED5 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 110 | 213 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.16 |
| HSL | 229.84º | 0.6% | 0.59% | - |
| HSV(B) | 229.84º | 0.58% | 0.84% | - |
| XYZ | 21.71 | 18.08 | 65.3 | - |
| YUV | 115.46 | 183.04 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 110 | 213 | 0.58 | 0.48 | 0 | 0.16 | 229.84 | 0.6 | 0.59 |
| Hex | 59 | 6E | D5 | 3A | 30 | 0 | 10 | E6 | 3C | 3B |
| Octal | 131 | 156 | 325 | 72 | 60 | 0 | 20 | 346 | 74 | 73 |
| Binary | 1011001 | 1101110 | 11010101 | 111010 | 110000 | 0 | 10000 | 11100110 | 111100 | 111011 |
Color Harmonies of #596ED5
Complementary color
Monochromatic Colors of #596ED5
Black with #596ED5
Text Example
Text Example
White with #596ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596ED5; }
p { color: rgb(89,110,213); }
H1.HeaderClassName
{
color: #596ED5;
}
.AnyTagClassName
{
color: #596ED5;
}
</style>
background-color css
<style>
a { background-color: #596ED5; }
a { background-color: rgb(89,110,213); }
div.DivClassName
{
background-color: #596ED5;
}
.BgClassName
{
background-color: #596ED5;
}
</style>
border-color css
<style>
span { border-color: #596ED5; }
span { border-color: rgb(89,110,213); }
td.TdClassName
{
border-color: #596ED5;
}
.TagClassName
{
border-color: #596ED5;
}
</style>