Shades of Chetwode Blue #516CBD
Tints of Chetwode Blue #516CBD
RGB
CMYK
RGB Variations
Color information
#516CBD (or 0x516CBD) is known color: Chetwode Blue. HEX triplet: 51, 6C and BD. RGB value is (81,108,189). Sum of RGB (Red+Green+Blue) = 81+108+189=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #516CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CBD is #AE9342. Grayscale: #6C6C6C. Windows color (decimal): -11440963 or 12414033. OLE color: 12414033.
HSL color Cylindrical-coordinate representation of color #516CBD: hue angle of 225º 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 #516CBD is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 108 | 189 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.26 |
| HSL | 225º | 0.45% | 0.53% | - |
| HSV(B) | 225º | 0.57% | 0.74% | - |
| XYZ | 17.94 | 16.15 | 50.32 | - |
| YUV | 109.16 | 173.05 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 189 | 0.57 | 0.43 | 0 | 0.26 | 225 | 0.45 | 0.53 |
| Hex | 51 | 6C | BD | 39 | 2B | 0 | 1A | E1 | 2D | 35 |
| Octal | 121 | 154 | 275 | 71 | 53 | 0 | 32 | 341 | 55 | 65 |
| Binary | 1010001 | 1101100 | 10111101 | 111001 | 101011 | 0 | 11010 | 11100001 | 101101 | 110101 |
Color Harmonies of #516CBD
Complementary color
Monochromatic Colors of #516CBD
Black with #516CBD
Text Example
Text Example
White with #516CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CBD; }
p { color: rgb(81,108,189); }
H1.HeaderClassName
{
color: #516CBD;
}
.AnyTagClassName
{
color: #516CBD;
}
</style>
background-color css
<style>
a { background-color: #516CBD; }
a { background-color: rgb(81,108,189); }
div.DivClassName
{
background-color: #516CBD;
}
.BgClassName
{
background-color: #516CBD;
}
</style>
border-color css
<style>
span { border-color: #516CBD; }
span { border-color: rgb(81,108,189); }
td.TdClassName
{
border-color: #516CBD;
}
.TagClassName
{
border-color: #516CBD;
}
</style>