Shades of Royal Blue #597ADE
Tints of Royal Blue #597ADE
RGB
CMYK
RGB Variations
Color information
#597ADE (or 0x597ADE) is known color: Royal Blue. HEX triplet: 59, 7A and DE. RGB value is (89,122,222). Sum of RGB (Red+Green+Blue) = 89+122+222=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #597ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ADE is #A68521. Grayscale: #7B7B7B. Windows color (decimal): -10913058 or 14580313. OLE color: 14580313.
HSL color Cylindrical-coordinate representation of color #597ADE: hue angle of 225.11º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #597ADE is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 122 | 222 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.13 |
| HSL | 225.11º | 0.67% | 0.61% | - |
| HSV(B) | 225.11º | 0.6% | 0.87% | - |
| XYZ | 24.26 | 21.32 | 71.94 | - |
| YUV | 123.53 | 183.57 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 222 | 0.60 | 0.45 | 0 | 0.13 | 225.11 | 0.67 | 0.61 |
| Hex | 59 | 7A | DE | 3C | 2D | 0 | D | E1 | 43 | 3D |
| Octal | 131 | 172 | 336 | 74 | 55 | 0 | 15 | 341 | 103 | 75 |
| Binary | 1011001 | 1111010 | 11011110 | 111100 | 101101 | 0 | 1101 | 11100001 | 1000011 | 111101 |
Color Harmonies of #597ADE
Complementary color
Monochromatic Colors of #597ADE
Black with #597ADE
Text Example
Text Example
White with #597ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597ADE; }
p { color: rgb(89,122,222); }
H1.HeaderClassName
{
color: #597ADE;
}
.AnyTagClassName
{
color: #597ADE;
}
</style>
background-color css
<style>
a { background-color: #597ADE; }
a { background-color: rgb(89,122,222); }
div.DivClassName
{
background-color: #597ADE;
}
.BgClassName
{
background-color: #597ADE;
}
</style>
border-color css
<style>
span { border-color: #597ADE; }
span { border-color: rgb(89,122,222); }
td.TdClassName
{
border-color: #597ADE;
}
.TagClassName
{
border-color: #597ADE;
}
</style>