Shades of Royal Blue #5C76EB
Tints of Royal Blue #5C76EB
RGB
CMYK
RGB Variations
Color information
#5C76EB (or 0x5C76EB) is known color: Royal Blue. HEX triplet: 5C, 76 and EB. RGB value is (92,118,235). Sum of RGB (Red+Green+Blue) = 92+118+235=445 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.67% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C76EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C76EB is #A38914. Grayscale: #7B7B7B. Windows color (decimal): -10717461 or 15431260. OLE color: 15431260.
HSL color Cylindrical-coordinate representation of color #5C76EB: hue angle of 229.09º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C76EB is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 118 | 235 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.08 |
| HSL | 229.09º | 0.78% | 0.64% | - |
| HSV(B) | 229.09º | 0.61% | 0.92% | - |
| XYZ | 25.89 | 21.23 | 81.33 | - |
| YUV | 123.56 | 190.89 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 235 | 0.61 | 0.50 | 0 | 0.08 | 229.09 | 0.78 | 0.64 |
| Hex | 5C | 76 | EB | 3D | 32 | 0 | 8 | E5 | 4E | 40 |
| Octal | 134 | 166 | 353 | 75 | 62 | 0 | 10 | 345 | 116 | 100 |
| Binary | 1011100 | 1110110 | 11101011 | 111101 | 110010 | 0 | 1000 | 11100101 | 1001110 | 1000000 |
Color Harmonies of #5C76EB
Complementary color
Monochromatic Colors of #5C76EB
Black with #5C76EB
Text Example
Text Example
White with #5C76EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C76EB; }
p { color: rgb(92,118,235); }
H1.HeaderClassName
{
color: #5C76EB;
}
.AnyTagClassName
{
color: #5C76EB;
}
</style>
background-color css
<style>
a { background-color: #5C76EB; }
a { background-color: rgb(92,118,235); }
div.DivClassName
{
background-color: #5C76EB;
}
.BgClassName
{
background-color: #5C76EB;
}
</style>
border-color css
<style>
span { border-color: #5C76EB; }
span { border-color: rgb(92,118,235); }
td.TdClassName
{
border-color: #5C76EB;
}
.TagClassName
{
border-color: #5C76EB;
}
</style>