Shades of Royal Blue #5C77ED
Tints of Royal Blue #5C77ED
RGB
CMYK
RGB Variations
Color information
#5C77ED (or 0x5C77ED) is known color: Royal Blue. HEX triplet: 5C, 77 and ED. RGB value is (92,119,237). Sum of RGB (Red+Green+Blue) = 92+119+237=448 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.54% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #5C77ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C77ED is #A38812. Grayscale: #7B7B7B. Windows color (decimal): -10717203 or 15562588. OLE color: 15562588.
HSL color Cylindrical-coordinate representation of color #5C77ED: hue angle of 228.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C77ED is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 119 | 237 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.07 |
| HSL | 228.83º | 0.8% | 0.65% | - |
| HSV(B) | 228.83º | 0.61% | 0.93% | - |
| XYZ | 26.3 | 21.58 | 82.9 | - |
| YUV | 124.38 | 191.55 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 237 | 0.61 | 0.50 | 0 | 0.07 | 228.83 | 0.8 | 0.65 |
| Hex | 5C | 77 | ED | 3D | 32 | 0 | 7 | E5 | 50 | 41 |
| Octal | 134 | 167 | 355 | 75 | 62 | 0 | 7 | 345 | 120 | 101 |
| Binary | 1011100 | 1110111 | 11101101 | 111101 | 110010 | 0 | 111 | 11100101 | 1010000 | 1000001 |
Color Harmonies of #5C77ED
Complementary color
Monochromatic Colors of #5C77ED
Black with #5C77ED
Text Example
Text Example
White with #5C77ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C77ED; }
p { color: rgb(92,119,237); }
H1.HeaderClassName
{
color: #5C77ED;
}
.AnyTagClassName
{
color: #5C77ED;
}
</style>
background-color css
<style>
a { background-color: #5C77ED; }
a { background-color: rgb(92,119,237); }
div.DivClassName
{
background-color: #5C77ED;
}
.BgClassName
{
background-color: #5C77ED;
}
</style>
border-color css
<style>
span { border-color: #5C77ED; }
span { border-color: rgb(92,119,237); }
td.TdClassName
{
border-color: #5C77ED;
}
.TagClassName
{
border-color: #5C77ED;
}
</style>