Shades of Royal Blue #595EE5
Tints of Royal Blue #595EE5
RGB
CMYK
RGB Variations
Color information
#595EE5 (or 0x595EE5) is known color: Royal Blue. HEX triplet: 59, 5E and E5. RGB value is (89,94,229). Sum of RGB (Red+Green+Blue) = 89+94+229=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 229 (89.84% from 255 or 55.58% from 412); Max value from RGB is 229 - color contains mainly: blue. Hex color #595EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EE5 is #A6A11A. Grayscale: #6B6B6B. Windows color (decimal): -10920219 or 15031897. OLE color: 15031897.
HSL color Cylindrical-coordinate representation of color #595EE5: hue angle of 237.86º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #595EE5 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 94 | 229 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.10 |
| HSL | 237.86º | 0.73% | 0.62% | - |
| HSV(B) | 237.86º | 0.61% | 0.9% | - |
| XYZ | 22.27 | 15.79 | 76 | - |
| YUV | 107.9 | 196.34 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 229 | 0.61 | 0.59 | 0 | 0.10 | 237.86 | 0.73 | 0.62 |
| Hex | 59 | 5E | E5 | 3D | 3B | 0 | A | EE | 49 | 3E |
| Octal | 131 | 136 | 345 | 75 | 73 | 0 | 12 | 356 | 111 | 76 |
| Binary | 1011001 | 1011110 | 11100101 | 111101 | 111011 | 0 | 1010 | 11101110 | 1001001 | 111110 |
Color Harmonies of #595EE5
Complementary color
Monochromatic Colors of #595EE5
Black with #595EE5
Text Example
Text Example
White with #595EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EE5; }
p { color: rgb(89,94,229); }
H1.HeaderClassName
{
color: #595EE5;
}
.AnyTagClassName
{
color: #595EE5;
}
</style>
background-color css
<style>
a { background-color: #595EE5; }
a { background-color: rgb(89,94,229); }
div.DivClassName
{
background-color: #595EE5;
}
.BgClassName
{
background-color: #595EE5;
}
</style>
border-color css
<style>
span { border-color: #595EE5; }
span { border-color: rgb(89,94,229); }
td.TdClassName
{
border-color: #595EE5;
}
.TagClassName
{
border-color: #595EE5;
}
</style>