Shades of Chetwode Blue #5166BB
Tints of Chetwode Blue #5166BB
RGB
CMYK
RGB Variations
Color information
#5166BB (or 0x5166BB) is known color: Chetwode Blue. HEX triplet: 51, 66 and BB. RGB value is (81,102,187). Sum of RGB (Red+Green+Blue) = 81+102+187=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #5166BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5166BB is #AE9944. Grayscale: #696969. Windows color (decimal): -11442501 or 12281425. OLE color: 12281425.
HSL color Cylindrical-coordinate representation of color #5166BB: hue angle of 228.11º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5166BB is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 102 | 187 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.27 |
| HSL | 228.11º | 0.44% | 0.53% | - |
| HSV(B) | 228.11º | 0.57% | 0.73% | - |
| XYZ | 17.11 | 14.84 | 48.98 | - |
| YUV | 105.41 | 174.04 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 187 | 0.57 | 0.45 | 0 | 0.27 | 228.11 | 0.44 | 0.53 |
| Hex | 51 | 66 | BB | 39 | 2D | 0 | 1B | E4 | 2C | 35 |
| Octal | 121 | 146 | 273 | 71 | 55 | 0 | 33 | 344 | 54 | 65 |
| Binary | 1010001 | 1100110 | 10111011 | 111001 | 101101 | 0 | 11011 | 11100100 | 101100 | 110101 |
Color Harmonies of #5166BB
Complementary color
Monochromatic Colors of #5166BB
Black with #5166BB
Text Example
Text Example
White with #5166BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5166BB; }
p { color: rgb(81,102,187); }
H1.HeaderClassName
{
color: #5166BB;
}
.AnyTagClassName
{
color: #5166BB;
}
</style>
background-color css
<style>
a { background-color: #5166BB; }
a { background-color: rgb(81,102,187); }
div.DivClassName
{
background-color: #5166BB;
}
.BgClassName
{
background-color: #5166BB;
}
</style>
border-color css
<style>
span { border-color: #5166BB; }
span { border-color: rgb(81,102,187); }
td.TdClassName
{
border-color: #5166BB;
}
.TagClassName
{
border-color: #5166BB;
}
</style>