Shades of Royal Blue #5767DC
Tints of Royal Blue #5767DC
RGB
CMYK
RGB Variations
Color information
#5767DC (or 0x5767DC) is known color: Royal Blue. HEX triplet: 57, 67 and DC. RGB value is (87,103,220). Sum of RGB (Red+Green+Blue) = 87+103+220=410 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.22% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #5767DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5767DC is #A89823. Grayscale: #6F6F6F. Windows color (decimal): -11048996 or 14444375. OLE color: 14444375.
HSL color Cylindrical-coordinate representation of color #5767DC: hue angle of 232.78º 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 #5767DC is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 103 | 220 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.14 |
| HSL | 232.78º | 0.66% | 0.6% | - |
| HSV(B) | 232.78º | 0.6% | 0.86% | - |
| XYZ | 21.7 | 16.89 | 69.83 | - |
| YUV | 111.55 | 189.2 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 103 | 220 | 0.60 | 0.53 | 0 | 0.14 | 232.78 | 0.66 | 0.6 |
| Hex | 57 | 67 | DC | 3C | 35 | 0 | E | E9 | 42 | 3C |
| Octal | 127 | 147 | 334 | 74 | 65 | 0 | 16 | 351 | 102 | 74 |
| Binary | 1010111 | 1100111 | 11011100 | 111100 | 110101 | 0 | 1110 | 11101001 | 1000010 | 111100 |
Color Harmonies of #5767DC
Complementary color
Monochromatic Colors of #5767DC
Black with #5767DC
Text Example
Text Example
White with #5767DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5767DC; }
p { color: rgb(87,103,220); }
H1.HeaderClassName
{
color: #5767DC;
}
.AnyTagClassName
{
color: #5767DC;
}
</style>
background-color css
<style>
a { background-color: #5767DC; }
a { background-color: rgb(87,103,220); }
div.DivClassName
{
background-color: #5767DC;
}
.BgClassName
{
background-color: #5767DC;
}
</style>
border-color css
<style>
span { border-color: #5767DC; }
span { border-color: rgb(87,103,220); }
td.TdClassName
{
border-color: #5767DC;
}
.TagClassName
{
border-color: #5767DC;
}
</style>