Shades of Chetwode Blue #516BBE
Tints of Chetwode Blue #516BBE
RGB
CMYK
RGB Variations
Color information
#516BBE (or 0x516BBE) is known color: Chetwode Blue. HEX triplet: 51, 6B and BE. RGB value is (81,107,190). Sum of RGB (Red+Green+Blue) = 81+107+190=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #516BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BBE is #AE9441. Grayscale: #6C6C6C. Windows color (decimal): -11441218 or 12479313. OLE color: 12479313.
HSL color Cylindrical-coordinate representation of color #516BBE: hue angle of 225.69º 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 #516BBE is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 107 | 190 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.25 |
| HSL | 225.69º | 0.46% | 0.53% | - |
| HSV(B) | 225.69º | 0.57% | 0.75% | - |
| XYZ | 17.95 | 15.98 | 50.85 | - |
| YUV | 108.69 | 173.89 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 190 | 0.57 | 0.44 | 0 | 0.25 | 225.69 | 0.46 | 0.53 |
| Hex | 51 | 6B | BE | 39 | 2C | 0 | 19 | E2 | 2E | 35 |
| Octal | 121 | 153 | 276 | 71 | 54 | 0 | 31 | 342 | 56 | 65 |
| Binary | 1010001 | 1101011 | 10111110 | 111001 | 101100 | 0 | 11001 | 11100010 | 101110 | 110101 |
Color Harmonies of #516BBE
Complementary color
Monochromatic Colors of #516BBE
Black with #516BBE
Text Example
Text Example
White with #516BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516BBE; }
p { color: rgb(81,107,190); }
H1.HeaderClassName
{
color: #516BBE;
}
.AnyTagClassName
{
color: #516BBE;
}
</style>
background-color css
<style>
a { background-color: #516BBE; }
a { background-color: rgb(81,107,190); }
div.DivClassName
{
background-color: #516BBE;
}
.BgClassName
{
background-color: #516BBE;
}
</style>
border-color css
<style>
span { border-color: #516BBE; }
span { border-color: rgb(81,107,190); }
td.TdClassName
{
border-color: #516BBE;
}
.TagClassName
{
border-color: #516BBE;
}
</style>