Shades of Chetwode Blue #516AC0
Tints of Chetwode Blue #516AC0
RGB
CMYK
RGB Variations
Color information
#516AC0 (or 0x516AC0) is known color: Chetwode Blue. HEX triplet: 51, 6A and C0. RGB value is (81,106,192). Sum of RGB (Red+Green+Blue) = 81+106+192=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #516AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AC0 is #AE953F. Grayscale: #6B6B6B. Windows color (decimal): -11441472 or 12610129. OLE color: 12610129.
HSL color Cylindrical-coordinate representation of color #516AC0: hue angle of 226.49º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #516AC0 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 106 | 192 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.25 |
| HSL | 226.49º | 0.47% | 0.54% | - |
| HSV(B) | 226.49º | 0.58% | 0.75% | - |
| XYZ | 18.06 | 15.86 | 51.98 | - |
| YUV | 108.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 192 | 0.58 | 0.45 | 0 | 0.25 | 226.49 | 0.47 | 0.54 |
| Hex | 51 | 6A | C0 | 3A | 2D | 0 | 19 | E2 | 2F | 36 |
| Octal | 121 | 152 | 300 | 72 | 55 | 0 | 31 | 342 | 57 | 66 |
| Binary | 1010001 | 1101010 | 11000000 | 111010 | 101101 | 0 | 11001 | 11100010 | 101111 | 110110 |
Color Harmonies of #516AC0
Complementary color
Monochromatic Colors of #516AC0
Black with #516AC0
Text Example
Text Example
White with #516AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516AC0; }
p { color: rgb(81,106,192); }
H1.HeaderClassName
{
color: #516AC0;
}
.AnyTagClassName
{
color: #516AC0;
}
</style>
background-color css
<style>
a { background-color: #516AC0; }
a { background-color: rgb(81,106,192); }
div.DivClassName
{
background-color: #516AC0;
}
.BgClassName
{
background-color: #516AC0;
}
</style>
border-color css
<style>
span { border-color: #516AC0; }
span { border-color: rgb(81,106,192); }
td.TdClassName
{
border-color: #516AC0;
}
.TagClassName
{
border-color: #516AC0;
}
</style>