Shades of Royal Blue #5765DD
Tints of Royal Blue #5765DD
RGB
CMYK
RGB Variations
Color information
#5765DD (or 0x5765DD) is known color: Royal Blue. HEX triplet: 57, 65 and DD. RGB value is (87,101,221). Sum of RGB (Red+Green+Blue) = 87+101+221=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #5765DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5765DD is #A89A22. Grayscale: #6E6E6E. Windows color (decimal): -11049507 or 14509399. OLE color: 14509399.
HSL color Cylindrical-coordinate representation of color #5765DD: hue angle of 233.73º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5765DD is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 101 | 221 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.13 |
| HSL | 233.73º | 0.66% | 0.6% | - |
| HSV(B) | 233.73º | 0.61% | 0.87% | - |
| XYZ | 21.64 | 16.55 | 70.46 | - |
| YUV | 110.49 | 190.36 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 101 | 221 | 0.61 | 0.54 | 0 | 0.13 | 233.73 | 0.66 | 0.6 |
| Hex | 57 | 65 | DD | 3D | 36 | 0 | D | EA | 42 | 3C |
| Octal | 127 | 145 | 335 | 75 | 66 | 0 | 15 | 352 | 102 | 74 |
| Binary | 1010111 | 1100101 | 11011101 | 111101 | 110110 | 0 | 1101 | 11101010 | 1000010 | 111100 |
Color Harmonies of #5765DD
Complementary color
Monochromatic Colors of #5765DD
Black with #5765DD
Text Example
Text Example
White with #5765DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5765DD; }
p { color: rgb(87,101,221); }
H1.HeaderClassName
{
color: #5765DD;
}
.AnyTagClassName
{
color: #5765DD;
}
</style>
background-color css
<style>
a { background-color: #5765DD; }
a { background-color: rgb(87,101,221); }
div.DivClassName
{
background-color: #5765DD;
}
.BgClassName
{
background-color: #5765DD;
}
</style>
border-color css
<style>
span { border-color: #5765DD; }
span { border-color: rgb(87,101,221); }
td.TdClassName
{
border-color: #5765DD;
}
.TagClassName
{
border-color: #5765DD;
}
</style>