Shades of Royal Blue #597BE6
Tints of Royal Blue #597BE6
RGB
CMYK
RGB Variations
Color information
#597BE6 (or 0x597BE6) is known color: Royal Blue. HEX triplet: 59, 7B and E6. RGB value is (89,123,230). Sum of RGB (Red+Green+Blue) = 89+123+230=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #597BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #597BE6 is #A68419. Grayscale: #7C7C7C. Windows color (decimal): -10912794 or 15104857. OLE color: 15104857.
HSL color Cylindrical-coordinate representation of color #597BE6: hue angle of 225.53º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #597BE6 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 123 | 230 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.10 |
| HSL | 225.53º | 0.74% | 0.63% | - |
| HSV(B) | 225.53º | 0.61% | 0.9% | - |
| XYZ | 25.49 | 22 | 77.77 | - |
| YUV | 125.03 | 187.24 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 123 | 230 | 0.61 | 0.47 | 0 | 0.10 | 225.53 | 0.74 | 0.63 |
| Hex | 59 | 7B | E6 | 3D | 2F | 0 | A | E2 | 4A | 3F |
| Octal | 131 | 173 | 346 | 75 | 57 | 0 | 12 | 342 | 112 | 77 |
| Binary | 1011001 | 1111011 | 11100110 | 111101 | 101111 | 0 | 1010 | 11100010 | 1001010 | 111111 |
Color Harmonies of #597BE6
Complementary color
Monochromatic Colors of #597BE6
Black with #597BE6
Text Example
Text Example
White with #597BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597BE6; }
p { color: rgb(89,123,230); }
H1.HeaderClassName
{
color: #597BE6;
}
.AnyTagClassName
{
color: #597BE6;
}
</style>
background-color css
<style>
a { background-color: #597BE6; }
a { background-color: rgb(89,123,230); }
div.DivClassName
{
background-color: #597BE6;
}
.BgClassName
{
background-color: #597BE6;
}
</style>
border-color css
<style>
span { border-color: #597BE6; }
span { border-color: rgb(89,123,230); }
td.TdClassName
{
border-color: #597BE6;
}
.TagClassName
{
border-color: #597BE6;
}
</style>