Shades of Chetwode Blue #516CBF
Tints of Chetwode Blue #516CBF
RGB
CMYK
RGB Variations
Color information
#516CBF (or 0x516CBF) is known color: Chetwode Blue. HEX triplet: 51, 6C and BF. RGB value is (81,108,191). Sum of RGB (Red+Green+Blue) = 81+108+191=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #516CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CBF is #AE9340. Grayscale: #6D6D6D. Windows color (decimal): -11440961 or 12545105. OLE color: 12545105.
HSL color Cylindrical-coordinate representation of color #516CBF: hue angle of 225.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #516CBF is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 108 | 191 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.25 |
| HSL | 225.27º | 0.46% | 0.53% | - |
| HSV(B) | 225.27º | 0.58% | 0.75% | - |
| XYZ | 18.16 | 16.24 | 51.47 | - |
| YUV | 109.39 | 174.05 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 191 | 0.58 | 0.43 | 0 | 0.25 | 225.27 | 0.46 | 0.53 |
| Hex | 51 | 6C | BF | 3A | 2B | 0 | 19 | E1 | 2E | 35 |
| Octal | 121 | 154 | 277 | 72 | 53 | 0 | 31 | 341 | 56 | 65 |
| Binary | 1010001 | 1101100 | 10111111 | 111010 | 101011 | 0 | 11001 | 11100001 | 101110 | 110101 |
Color Harmonies of #516CBF
Complementary color
Monochromatic Colors of #516CBF
Black with #516CBF
Text Example
Text Example
White with #516CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CBF; }
p { color: rgb(81,108,191); }
H1.HeaderClassName
{
color: #516CBF;
}
.AnyTagClassName
{
color: #516CBF;
}
</style>
background-color css
<style>
a { background-color: #516CBF; }
a { background-color: rgb(81,108,191); }
div.DivClassName
{
background-color: #516CBF;
}
.BgClassName
{
background-color: #516CBF;
}
</style>
border-color css
<style>
span { border-color: #516CBF; }
span { border-color: rgb(81,108,191); }
td.TdClassName
{
border-color: #516CBF;
}
.TagClassName
{
border-color: #516CBF;
}
</style>