Shades of Royal Blue #5765DC
Tints of Royal Blue #5765DC
RGB
CMYK
RGB Variations
Color information
#5765DC (or 0x5765DC) is known color: Royal Blue. HEX triplet: 57, 65 and DC. RGB value is (87,101,220). Sum of RGB (Red+Green+Blue) = 87+101+220=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #5765DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5765DC is #A89A23. Grayscale: #6D6D6D. Windows color (decimal): -11049508 or 14443863. OLE color: 14443863.
HSL color Cylindrical-coordinate representation of color #5765DC: hue angle of 233.68º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5765DC is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 101 | 220 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.14 |
| HSL | 233.68º | 0.66% | 0.6% | - |
| HSV(B) | 233.68º | 0.6% | 0.86% | - |
| XYZ | 21.5 | 16.5 | 69.76 | - |
| YUV | 110.38 | 189.86 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 101 | 220 | 0.60 | 0.54 | 0 | 0.14 | 233.68 | 0.66 | 0.6 |
| Hex | 57 | 65 | DC | 3C | 36 | 0 | E | EA | 42 | 3C |
| Octal | 127 | 145 | 334 | 74 | 66 | 0 | 16 | 352 | 102 | 74 |
| Binary | 1010111 | 1100101 | 11011100 | 111100 | 110110 | 0 | 1110 | 11101010 | 1000010 | 111100 |
Color Harmonies of #5765DC
Complementary color
Monochromatic Colors of #5765DC
Black with #5765DC
Text Example
Text Example
White with #5765DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5765DC; }
p { color: rgb(87,101,220); }
H1.HeaderClassName
{
color: #5765DC;
}
.AnyTagClassName
{
color: #5765DC;
}
</style>
background-color css
<style>
a { background-color: #5765DC; }
a { background-color: rgb(87,101,220); }
div.DivClassName
{
background-color: #5765DC;
}
.BgClassName
{
background-color: #5765DC;
}
</style>
border-color css
<style>
span { border-color: #5765DC; }
span { border-color: rgb(87,101,220); }
td.TdClassName
{
border-color: #5765DC;
}
.TagClassName
{
border-color: #5765DC;
}
</style>