Shades of Cornflower Blue #5B77FC
Tints of Cornflower Blue #5B77FC
RGB
CMYK
RGB Variations
Color information
#5B77FC (or 0x5B77FC) is known color: Cornflower Blue. HEX triplet: 5B, 77 and FC. RGB value is (91,119,252). Sum of RGB (Red+Green+Blue) = 91+119+252=462 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.70% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B77FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B77FC is #A48803. Grayscale: #7D7D7D. Windows color (decimal): -10782724 or 16545627. OLE color: 16545627.
HSL color Cylindrical-coordinate representation of color #5B77FC: hue angle of 229.57º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B77FC is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 119 | 252 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.01 |
| HSL | 229.57º | 0.96% | 0.67% | - |
| HSV(B) | 229.57º | 0.64% | 0.99% | - |
| XYZ | 28.48 | 22.45 | 94.93 | - |
| YUV | 125.79 | 199.22 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 252 | 0.64 | 0.53 | 0 | 0.01 | 229.57 | 0.96 | 0.67 |
| Hex | 5B | 77 | FC | 40 | 35 | 0 | 1 | E6 | 60 | 43 |
| Octal | 133 | 167 | 374 | 100 | 65 | 0 | 1 | 346 | 140 | 103 |
| Binary | 1011011 | 1110111 | 11111100 | 1000000 | 110101 | 0 | 1 | 11100110 | 1100000 | 1000011 |
Color Harmonies of #5B77FC
Complementary color
Monochromatic Colors of #5B77FC
Black with #5B77FC
Text Example
Text Example
White with #5B77FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B77FC; }
p { color: rgb(91,119,252); }
H1.HeaderClassName
{
color: #5B77FC;
}
.AnyTagClassName
{
color: #5B77FC;
}
</style>
background-color css
<style>
a { background-color: #5B77FC; }
a { background-color: rgb(91,119,252); }
div.DivClassName
{
background-color: #5B77FC;
}
.BgClassName
{
background-color: #5B77FC;
}
</style>
border-color css
<style>
span { border-color: #5B77FC; }
span { border-color: rgb(91,119,252); }
td.TdClassName
{
border-color: #5B77FC;
}
.TagClassName
{
border-color: #5B77FC;
}
</style>