Shades of Chetwode Blue #516EBB
Tints of Chetwode Blue #516EBB
RGB
CMYK
RGB Variations
Color information
#516EBB (or 0x516EBB) is known color: Chetwode Blue. HEX triplet: 51, 6E and BB. RGB value is (81,110,187). Sum of RGB (Red+Green+Blue) = 81+110+187=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #516EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EBB is #AE9144. Grayscale: #6D6D6D. Windows color (decimal): -11440453 or 12283473. OLE color: 12283473.
HSL color Cylindrical-coordinate representation of color #516EBB: hue angle of 223.58º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #516EBB is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 110 | 187 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.27 |
| HSL | 223.58º | 0.44% | 0.53% | - |
| HSV(B) | 223.58º | 0.57% | 0.73% | - |
| XYZ | 17.94 | 16.49 | 49.25 | - |
| YUV | 110.11 | 171.39 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 187 | 0.57 | 0.41 | 0 | 0.27 | 223.58 | 0.44 | 0.53 |
| Hex | 51 | 6E | BB | 39 | 29 | 0 | 1B | E0 | 2C | 35 |
| Octal | 121 | 156 | 273 | 71 | 51 | 0 | 33 | 340 | 54 | 65 |
| Binary | 1010001 | 1101110 | 10111011 | 111001 | 101001 | 0 | 11011 | 11100000 | 101100 | 110101 |
Color Harmonies of #516EBB
Complementary color
Monochromatic Colors of #516EBB
Black with #516EBB
Text Example
Text Example
White with #516EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516EBB; }
p { color: rgb(81,110,187); }
H1.HeaderClassName
{
color: #516EBB;
}
.AnyTagClassName
{
color: #516EBB;
}
</style>
background-color css
<style>
a { background-color: #516EBB; }
a { background-color: rgb(81,110,187); }
div.DivClassName
{
background-color: #516EBB;
}
.BgClassName
{
background-color: #516EBB;
}
</style>
border-color css
<style>
span { border-color: #516EBB; }
span { border-color: rgb(81,110,187); }
td.TdClassName
{
border-color: #516EBB;
}
.TagClassName
{
border-color: #516EBB;
}
</style>