Shades of Chetwode Blue #516DBB
Tints of Chetwode Blue #516DBB
RGB
CMYK
RGB Variations
Color information
#516DBB (or 0x516DBB) is known color: Chetwode Blue. HEX triplet: 51, 6D and BB. RGB value is (81,109,187). Sum of RGB (Red+Green+Blue) = 81+109+187=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #516DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DBB is #AE9244. Grayscale: #6D6D6D. Windows color (decimal): -11440709 or 12283217. OLE color: 12283217.
HSL color Cylindrical-coordinate representation of color #516DBB: hue angle of 224.15º 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 #516DBB is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 109 | 187 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.27 |
| HSL | 224.15º | 0.44% | 0.53% | - |
| HSV(B) | 224.15º | 0.57% | 0.73% | - |
| XYZ | 17.83 | 16.27 | 49.22 | - |
| YUV | 109.52 | 171.72 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 187 | 0.57 | 0.42 | 0 | 0.27 | 224.15 | 0.44 | 0.53 |
| Hex | 51 | 6D | BB | 39 | 2A | 0 | 1B | E0 | 2C | 35 |
| Octal | 121 | 155 | 273 | 71 | 52 | 0 | 33 | 340 | 54 | 65 |
| Binary | 1010001 | 1101101 | 10111011 | 111001 | 101010 | 0 | 11011 | 11100000 | 101100 | 110101 |
Color Harmonies of #516DBB
Complementary color
Monochromatic Colors of #516DBB
Black with #516DBB
Text Example
Text Example
White with #516DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516DBB; }
p { color: rgb(81,109,187); }
H1.HeaderClassName
{
color: #516DBB;
}
.AnyTagClassName
{
color: #516DBB;
}
</style>
background-color css
<style>
a { background-color: #516DBB; }
a { background-color: rgb(81,109,187); }
div.DivClassName
{
background-color: #516DBB;
}
.BgClassName
{
background-color: #516DBB;
}
</style>
border-color css
<style>
span { border-color: #516DBB; }
span { border-color: rgb(81,109,187); }
td.TdClassName
{
border-color: #516DBB;
}
.TagClassName
{
border-color: #516DBB;
}
</style>