Shades of Chetwode Blue #516BC1
Tints of Chetwode Blue #516BC1
RGB
CMYK
RGB Variations
Color information
#516BC1 (or 0x516BC1) is known color: Chetwode Blue. HEX triplet: 51, 6B and C1. RGB value is (81,107,193). Sum of RGB (Red+Green+Blue) = 81+107+193=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #516BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BC1 is #AE943E. Grayscale: #6C6C6C. Windows color (decimal): -11441215 or 12675921. OLE color: 12675921.
HSL color Cylindrical-coordinate representation of color #516BC1: hue angle of 226.07º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #516BC1 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 107 | 193 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.24 |
| HSL | 226.07º | 0.47% | 0.54% | - |
| HSV(B) | 226.07º | 0.58% | 0.76% | - |
| XYZ | 18.28 | 16.11 | 52.6 | - |
| YUV | 109.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 193 | 0.58 | 0.45 | 0 | 0.24 | 226.07 | 0.47 | 0.54 |
| Hex | 51 | 6B | C1 | 3A | 2D | 0 | 18 | E2 | 2F | 36 |
| Octal | 121 | 153 | 301 | 72 | 55 | 0 | 30 | 342 | 57 | 66 |
| Binary | 1010001 | 1101011 | 11000001 | 111010 | 101101 | 0 | 11000 | 11100010 | 101111 | 110110 |
Color Harmonies of #516BC1
Complementary color
Monochromatic Colors of #516BC1
Black with #516BC1
Text Example
Text Example
White with #516BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516BC1; }
p { color: rgb(81,107,193); }
H1.HeaderClassName
{
color: #516BC1;
}
.AnyTagClassName
{
color: #516BC1;
}
</style>
background-color css
<style>
a { background-color: #516BC1; }
a { background-color: rgb(81,107,193); }
div.DivClassName
{
background-color: #516BC1;
}
.BgClassName
{
background-color: #516BC1;
}
</style>
border-color css
<style>
span { border-color: #516BC1; }
span { border-color: rgb(81,107,193); }
td.TdClassName
{
border-color: #516BC1;
}
.TagClassName
{
border-color: #516BC1;
}
</style>