Shades of Royal Blue #5769DA
Tints of Royal Blue #5769DA
RGB
CMYK
RGB Variations
Color information
#5769DA (or 0x5769DA) is known color: Royal Blue. HEX triplet: 57, 69 and DA. RGB value is (87,105,218). Sum of RGB (Red+Green+Blue) = 87+105+218=410 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.22% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #5769DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5769DA is #A89625. Grayscale: #707070. Windows color (decimal): -11048486 or 14313815. OLE color: 14313815.
HSL color Cylindrical-coordinate representation of color #5769DA: hue angle of 231.76º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5769DA is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 105 | 218 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.15 |
| HSL | 231.76º | 0.64% | 0.6% | - |
| HSV(B) | 231.76º | 0.6% | 0.85% | - |
| XYZ | 21.64 | 17.19 | 68.51 | - |
| YUV | 112.5 | 187.54 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 105 | 218 | 0.60 | 0.52 | 0 | 0.15 | 231.76 | 0.64 | 0.6 |
| Hex | 57 | 69 | DA | 3C | 34 | 0 | F | E8 | 40 | 3C |
| Octal | 127 | 151 | 332 | 74 | 64 | 0 | 17 | 350 | 100 | 74 |
| Binary | 1010111 | 1101001 | 11011010 | 111100 | 110100 | 0 | 1111 | 11101000 | 1000000 | 111100 |
Color Harmonies of #5769DA
Complementary color
Monochromatic Colors of #5769DA
Black with #5769DA
Text Example
Text Example
White with #5769DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5769DA; }
p { color: rgb(87,105,218); }
H1.HeaderClassName
{
color: #5769DA;
}
.AnyTagClassName
{
color: #5769DA;
}
</style>
background-color css
<style>
a { background-color: #5769DA; }
a { background-color: rgb(87,105,218); }
div.DivClassName
{
background-color: #5769DA;
}
.BgClassName
{
background-color: #5769DA;
}
</style>
border-color css
<style>
span { border-color: #5769DA; }
span { border-color: rgb(87,105,218); }
td.TdClassName
{
border-color: #5769DA;
}
.TagClassName
{
border-color: #5769DA;
}
</style>