Shades of Chetwode Blue #516DBA
Tints of Chetwode Blue #516DBA
RGB
CMYK
RGB Variations
Color information
#516DBA (or 0x516DBA) is known color: Chetwode Blue. HEX triplet: 51, 6D and BA. RGB value is (81,109,186). Sum of RGB (Red+Green+Blue) = 81+109+186=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #516DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DBA is #AE9245. Grayscale: #6D6D6D. Windows color (decimal): -11440710 or 12217681. OLE color: 12217681.
HSL color Cylindrical-coordinate representation of color #516DBA: hue angle of 224º 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 #516DBA is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 109 | 186 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.27 |
| HSL | 224º | 0.43% | 0.52% | - |
| HSV(B) | 224º | 0.56% | 0.73% | - |
| XYZ | 17.72 | 16.23 | 48.65 | - |
| YUV | 109.41 | 171.22 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 186 | 0.56 | 0.41 | 0 | 0.27 | 224 | 0.43 | 0.52 |
| Hex | 51 | 6D | BA | 38 | 29 | 0 | 1B | E0 | 2B | 34 |
| Octal | 121 | 155 | 272 | 70 | 51 | 0 | 33 | 340 | 53 | 64 |
| Binary | 1010001 | 1101101 | 10111010 | 111000 | 101001 | 0 | 11011 | 11100000 | 101011 | 110100 |
Color Harmonies of #516DBA
Complementary color
Monochromatic Colors of #516DBA
Black with #516DBA
Text Example
Text Example
White with #516DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516DBA; }
p { color: rgb(81,109,186); }
H1.HeaderClassName
{
color: #516DBA;
}
.AnyTagClassName
{
color: #516DBA;
}
</style>
background-color css
<style>
a { background-color: #516DBA; }
a { background-color: rgb(81,109,186); }
div.DivClassName
{
background-color: #516DBA;
}
.BgClassName
{
background-color: #516DBA;
}
</style>
border-color css
<style>
span { border-color: #516DBA; }
span { border-color: rgb(81,109,186); }
td.TdClassName
{
border-color: #516DBA;
}
.TagClassName
{
border-color: #516DBA;
}
</style>