Shades of Royal Blue #5876DA
Tints of Royal Blue #5876DA
RGB
CMYK
RGB Variations
Color information
#5876DA (or 0x5876DA) is known color: Royal Blue. HEX triplet: 58, 76 and DA. RGB value is (88,118,218). Sum of RGB (Red+Green+Blue) = 88+118+218=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #5876DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5876DA is #A78925. Grayscale: #777777. Windows color (decimal): -10979622 or 14317144. OLE color: 14317144.
HSL color Cylindrical-coordinate representation of color #5876DA: hue angle of 226.15º 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 #5876DA is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 118 | 218 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.15 |
| HSL | 226.15º | 0.64% | 0.6% | - |
| HSV(B) | 226.15º | 0.6% | 0.85% | - |
| XYZ | 23.16 | 20.09 | 68.99 | - |
| YUV | 120.43 | 183.06 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 218 | 0.60 | 0.46 | 0 | 0.15 | 226.15 | 0.64 | 0.6 |
| Hex | 58 | 76 | DA | 3C | 2E | 0 | F | E2 | 40 | 3C |
| Octal | 130 | 166 | 332 | 74 | 56 | 0 | 17 | 342 | 100 | 74 |
| Binary | 1011000 | 1110110 | 11011010 | 111100 | 101110 | 0 | 1111 | 11100010 | 1000000 | 111100 |
Color Harmonies of #5876DA
Complementary color
Monochromatic Colors of #5876DA
Black with #5876DA
Text Example
Text Example
White with #5876DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5876DA; }
p { color: rgb(88,118,218); }
H1.HeaderClassName
{
color: #5876DA;
}
.AnyTagClassName
{
color: #5876DA;
}
</style>
background-color css
<style>
a { background-color: #5876DA; }
a { background-color: rgb(88,118,218); }
div.DivClassName
{
background-color: #5876DA;
}
.BgClassName
{
background-color: #5876DA;
}
</style>
border-color css
<style>
span { border-color: #5876DA; }
span { border-color: rgb(88,118,218); }
td.TdClassName
{
border-color: #5876DA;
}
.TagClassName
{
border-color: #5876DA;
}
</style>