Shades of Chetwode Blue #516DBD
Tints of Chetwode Blue #516DBD
RGB
CMYK
RGB Variations
Color information
#516DBD (or 0x516DBD) is known color: Chetwode Blue. HEX triplet: 51, 6D and BD. RGB value is (81,109,189). Sum of RGB (Red+Green+Blue) = 81+109+189=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #516DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DBD is #AE9242. Grayscale: #6D6D6D. Windows color (decimal): -11440707 or 12414289. OLE color: 12414289.
HSL color Cylindrical-coordinate representation of color #516DBD: hue angle of 224.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #516DBD is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 109 | 189 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.26 |
| HSL | 224.44º | 0.45% | 0.53% | - |
| HSV(B) | 224.44º | 0.57% | 0.74% | - |
| XYZ | 18.05 | 16.36 | 50.35 | - |
| YUV | 109.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 189 | 0.57 | 0.42 | 0 | 0.26 | 224.44 | 0.45 | 0.53 |
| Hex | 51 | 6D | BD | 39 | 2A | 0 | 1A | E0 | 2D | 35 |
| Octal | 121 | 155 | 275 | 71 | 52 | 0 | 32 | 340 | 55 | 65 |
| Binary | 1010001 | 1101101 | 10111101 | 111001 | 101010 | 0 | 11010 | 11100000 | 101101 | 110101 |
Color Harmonies of #516DBD
Complementary color
Monochromatic Colors of #516DBD
Black with #516DBD
Text Example
Text Example
White with #516DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516DBD; }
p { color: rgb(81,109,189); }
H1.HeaderClassName
{
color: #516DBD;
}
.AnyTagClassName
{
color: #516DBD;
}
</style>
background-color css
<style>
a { background-color: #516DBD; }
a { background-color: rgb(81,109,189); }
div.DivClassName
{
background-color: #516DBD;
}
.BgClassName
{
background-color: #516DBD;
}
</style>
border-color css
<style>
span { border-color: #516DBD; }
span { border-color: rgb(81,109,189); }
td.TdClassName
{
border-color: #516DBD;
}
.TagClassName
{
border-color: #516DBD;
}
</style>