Shades of Chetwode Blue #516CBE
Tints of Chetwode Blue #516CBE
RGB
CMYK
RGB Variations
Color information
#516CBE (or 0x516CBE) is known color: Chetwode Blue. HEX triplet: 51, 6C and BE. RGB value is (81,108,190). Sum of RGB (Red+Green+Blue) = 81+108+190=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #516CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CBE is #AE9341. Grayscale: #6C6C6C. Windows color (decimal): -11440962 or 12479569. OLE color: 12479569.
HSL color Cylindrical-coordinate representation of color #516CBE: hue angle of 225.14º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #516CBE is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 108 | 190 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.25 |
| HSL | 225.14º | 0.46% | 0.53% | - |
| HSV(B) | 225.14º | 0.57% | 0.75% | - |
| XYZ | 18.05 | 16.19 | 50.89 | - |
| YUV | 109.28 | 173.55 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 190 | 0.57 | 0.43 | 0 | 0.25 | 225.14 | 0.46 | 0.53 |
| Hex | 51 | 6C | BE | 39 | 2B | 0 | 19 | E1 | 2E | 35 |
| Octal | 121 | 154 | 276 | 71 | 53 | 0 | 31 | 341 | 56 | 65 |
| Binary | 1010001 | 1101100 | 10111110 | 111001 | 101011 | 0 | 11001 | 11100001 | 101110 | 110101 |
Color Harmonies of #516CBE
Complementary color
Monochromatic Colors of #516CBE
Black with #516CBE
Text Example
Text Example
White with #516CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CBE; }
p { color: rgb(81,108,190); }
H1.HeaderClassName
{
color: #516CBE;
}
.AnyTagClassName
{
color: #516CBE;
}
</style>
background-color css
<style>
a { background-color: #516CBE; }
a { background-color: rgb(81,108,190); }
div.DivClassName
{
background-color: #516CBE;
}
.BgClassName
{
background-color: #516CBE;
}
</style>
border-color css
<style>
span { border-color: #516CBE; }
span { border-color: rgb(81,108,190); }
td.TdClassName
{
border-color: #516CBE;
}
.TagClassName
{
border-color: #516CBE;
}
</style>