Shades of Royal Blue #597ADA
Tints of Royal Blue #597ADA
RGB
CMYK
RGB Variations
Color information
#597ADA (or 0x597ADA) is known color: Royal Blue. HEX triplet: 59, 7A and DA. RGB value is (89,122,218). Sum of RGB (Red+Green+Blue) = 89+122+218=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #597ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ADA is #A68525. Grayscale: #7A7A7A. Windows color (decimal): -10913062 or 14318169. OLE color: 14318169.
HSL color Cylindrical-coordinate representation of color #597ADA: hue angle of 224.65º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #597ADA is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 122 | 218 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.15 |
| HSL | 224.65º | 0.64% | 0.6% | - |
| HSV(B) | 224.65º | 0.59% | 0.85% | - |
| XYZ | 23.73 | 21.1 | 69.15 | - |
| YUV | 123.08 | 181.57 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 218 | 0.59 | 0.44 | 0 | 0.15 | 224.65 | 0.64 | 0.6 |
| Hex | 59 | 7A | DA | 3B | 2C | 0 | F | E1 | 40 | 3C |
| Octal | 131 | 172 | 332 | 73 | 54 | 0 | 17 | 341 | 100 | 74 |
| Binary | 1011001 | 1111010 | 11011010 | 111011 | 101100 | 0 | 1111 | 11100001 | 1000000 | 111100 |
Color Harmonies of #597ADA
Complementary color
Monochromatic Colors of #597ADA
Black with #597ADA
Text Example
Text Example
White with #597ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597ADA; }
p { color: rgb(89,122,218); }
H1.HeaderClassName
{
color: #597ADA;
}
.AnyTagClassName
{
color: #597ADA;
}
</style>
background-color css
<style>
a { background-color: #597ADA; }
a { background-color: rgb(89,122,218); }
div.DivClassName
{
background-color: #597ADA;
}
.BgClassName
{
background-color: #597ADA;
}
</style>
border-color css
<style>
span { border-color: #597ADA; }
span { border-color: rgb(89,122,218); }
td.TdClassName
{
border-color: #597ADA;
}
.TagClassName
{
border-color: #597ADA;
}
</style>