Shades of Chetwode Blue #516CB5
Tints of Chetwode Blue #516CB5
RGB
CMYK
RGB Variations
Color information
#516CB5 (or 0x516CB5) is known color: Chetwode Blue. HEX triplet: 51, 6C and B5. RGB value is (81,108,181). Sum of RGB (Red+Green+Blue) = 81+108+181=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 181 - color contains mainly: blue. Hex color #516CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CB5 is #AE934A. Grayscale: #6B6B6B. Windows color (decimal): -11440971 or 11889745. OLE color: 11889745.
HSL color Cylindrical-coordinate representation of color #516CB5: hue angle of 223.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #516CB5 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 108 | 181 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.29 |
| HSL | 223.8º | 0.4% | 0.51% | - |
| HSV(B) | 223.8º | 0.55% | 0.71% | - |
| XYZ | 17.1 | 15.81 | 45.87 | - |
| YUV | 108.25 | 169.05 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 181 | 0.55 | 0.40 | 0 | 0.29 | 223.8 | 0.4 | 0.51 |
| Hex | 51 | 6C | B5 | 37 | 28 | 0 | 1D | E0 | 28 | 33 |
| Octal | 121 | 154 | 265 | 67 | 50 | 0 | 35 | 340 | 50 | 63 |
| Binary | 1010001 | 1101100 | 10110101 | 110111 | 101000 | 0 | 11101 | 11100000 | 101000 | 110011 |
Color Harmonies of #516CB5
Complementary color
Monochromatic Colors of #516CB5
Black with #516CB5
Text Example
Text Example
White with #516CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CB5; }
p { color: rgb(81,108,181); }
H1.HeaderClassName
{
color: #516CB5;
}
.AnyTagClassName
{
color: #516CB5;
}
</style>
background-color css
<style>
a { background-color: #516CB5; }
a { background-color: rgb(81,108,181); }
div.DivClassName
{
background-color: #516CB5;
}
.BgClassName
{
background-color: #516CB5;
}
</style>
border-color css
<style>
span { border-color: #516CB5; }
span { border-color: rgb(81,108,181); }
td.TdClassName
{
border-color: #516CB5;
}
.TagClassName
{
border-color: #516CB5;
}
</style>