Shades of Royal Blue #5767DA
Tints of Royal Blue #5767DA
RGB
CMYK
RGB Variations
Color information
#5767DA (or 0x5767DA) is known color: Royal Blue. HEX triplet: 57, 67 and DA. RGB value is (87,103,218). Sum of RGB (Red+Green+Blue) = 87+103+218=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #5767DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5767DA is #A89825. Grayscale: #6E6E6E. Windows color (decimal): -11048998 or 14313303. OLE color: 14313303.
HSL color Cylindrical-coordinate representation of color #5767DA: hue angle of 232.67º 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 #5767DA is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 103 | 218 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.15 |
| HSL | 232.67º | 0.64% | 0.6% | - |
| HSV(B) | 232.67º | 0.6% | 0.85% | - |
| XYZ | 21.44 | 16.79 | 68.44 | - |
| YUV | 111.33 | 188.2 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 103 | 218 | 0.60 | 0.53 | 0 | 0.15 | 232.67 | 0.64 | 0.6 |
| Hex | 57 | 67 | DA | 3C | 35 | 0 | F | E9 | 40 | 3C |
| Octal | 127 | 147 | 332 | 74 | 65 | 0 | 17 | 351 | 100 | 74 |
| Binary | 1010111 | 1100111 | 11011010 | 111100 | 110101 | 0 | 1111 | 11101001 | 1000000 | 111100 |
Color Harmonies of #5767DA
Complementary color
Monochromatic Colors of #5767DA
Black with #5767DA
Text Example
Text Example
White with #5767DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5767DA; }
p { color: rgb(87,103,218); }
H1.HeaderClassName
{
color: #5767DA;
}
.AnyTagClassName
{
color: #5767DA;
}
</style>
background-color css
<style>
a { background-color: #5767DA; }
a { background-color: rgb(87,103,218); }
div.DivClassName
{
background-color: #5767DA;
}
.BgClassName
{
background-color: #5767DA;
}
</style>
border-color css
<style>
span { border-color: #5767DA; }
span { border-color: rgb(87,103,218); }
td.TdClassName
{
border-color: #5767DA;
}
.TagClassName
{
border-color: #5767DA;
}
</style>