Shades of Chetwode Blue #516CB9
Tints of Chetwode Blue #516CB9
RGB
CMYK
RGB Variations
Color information
#516CB9 (or 0x516CB9) is known color: Chetwode Blue. HEX triplet: 51, 6C and B9. RGB value is (81,108,185). Sum of RGB (Red+Green+Blue) = 81+108+185=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #516CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CB9 is #AE9346. Grayscale: #6C6C6C. Windows color (decimal): -11440967 or 12151889. OLE color: 12151889.
HSL color Cylindrical-coordinate representation of color #516CB9: hue angle of 224.42º 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 #516CB9 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 108 | 185 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.27 |
| HSL | 224.42º | 0.43% | 0.52% | - |
| HSV(B) | 224.42º | 0.56% | 0.73% | - |
| XYZ | 17.51 | 15.98 | 48.06 | - |
| YUV | 108.71 | 171.05 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 185 | 0.56 | 0.42 | 0 | 0.27 | 224.42 | 0.43 | 0.52 |
| Hex | 51 | 6C | B9 | 38 | 2A | 0 | 1B | E0 | 2B | 34 |
| Octal | 121 | 154 | 271 | 70 | 52 | 0 | 33 | 340 | 53 | 64 |
| Binary | 1010001 | 1101100 | 10111001 | 111000 | 101010 | 0 | 11011 | 11100000 | 101011 | 110100 |
Color Harmonies of #516CB9
Complementary color
Monochromatic Colors of #516CB9
Black with #516CB9
Text Example
Text Example
White with #516CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CB9; }
p { color: rgb(81,108,185); }
H1.HeaderClassName
{
color: #516CB9;
}
.AnyTagClassName
{
color: #516CB9;
}
</style>
background-color css
<style>
a { background-color: #516CB9; }
a { background-color: rgb(81,108,185); }
div.DivClassName
{
background-color: #516CB9;
}
.BgClassName
{
background-color: #516CB9;
}
</style>
border-color css
<style>
span { border-color: #516CB9; }
span { border-color: rgb(81,108,185); }
td.TdClassName
{
border-color: #516CB9;
}
.TagClassName
{
border-color: #516CB9;
}
</style>