Shades of Chetwode Blue #516EBA
Tints of Chetwode Blue #516EBA
RGB
CMYK
RGB Variations
Color information
#516EBA (or 0x516EBA) is known color: Chetwode Blue. HEX triplet: 51, 6E and BA. RGB value is (81,110,186). Sum of RGB (Red+Green+Blue) = 81+110+186=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #516EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EBA is #AE9145. Grayscale: #6D6D6D. Windows color (decimal): -11440454 or 12217937. OLE color: 12217937.
HSL color Cylindrical-coordinate representation of color #516EBA: hue angle of 223.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #516EBA is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 110 | 186 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.27 |
| HSL | 223.43º | 0.43% | 0.52% | - |
| HSV(B) | 223.43º | 0.56% | 0.73% | - |
| XYZ | 17.83 | 16.45 | 48.69 | - |
| YUV | 109.99 | 170.89 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 186 | 0.56 | 0.41 | 0 | 0.27 | 223.43 | 0.43 | 0.52 |
| Hex | 51 | 6E | BA | 38 | 29 | 0 | 1B | DF | 2B | 34 |
| Octal | 121 | 156 | 272 | 70 | 51 | 0 | 33 | 337 | 53 | 64 |
| Binary | 1010001 | 1101110 | 10111010 | 111000 | 101001 | 0 | 11011 | 11011111 | 101011 | 110100 |
Color Harmonies of #516EBA
Complementary color
Monochromatic Colors of #516EBA
Black with #516EBA
Text Example
Text Example
White with #516EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516EBA; }
p { color: rgb(81,110,186); }
H1.HeaderClassName
{
color: #516EBA;
}
.AnyTagClassName
{
color: #516EBA;
}
</style>
background-color css
<style>
a { background-color: #516EBA; }
a { background-color: rgb(81,110,186); }
div.DivClassName
{
background-color: #516EBA;
}
.BgClassName
{
background-color: #516EBA;
}
</style>
border-color css
<style>
span { border-color: #516EBA; }
span { border-color: rgb(81,110,186); }
td.TdClassName
{
border-color: #516EBA;
}
.TagClassName
{
border-color: #516EBA;
}
</style>