Shades of Chetwode Blue #506DBD
Tints of Chetwode Blue #506DBD
RGB
CMYK
RGB Variations
Color information
#506DBD (or 0x506DBD) is known color: Chetwode Blue. HEX triplet: 50, 6D and BD. RGB value is (80,109,189). Sum of RGB (Red+Green+Blue) = 80+109+189=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #506DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DBD is #AF9242. Grayscale: #6D6D6D. Windows color (decimal): -11506243 or 12414288. OLE color: 12414288.
HSL color Cylindrical-coordinate representation of color #506DBD: hue angle of 224.04º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #506DBD is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 109 | 189 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.26 |
| HSL | 224.04º | 0.45% | 0.53% | - |
| HSV(B) | 224.04º | 0.58% | 0.74% | - |
| XYZ | 17.96 | 16.32 | 50.35 | - |
| YUV | 109.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 189 | 0.58 | 0.42 | 0 | 0.26 | 224.04 | 0.45 | 0.53 |
| Hex | 50 | 6D | BD | 3A | 2A | 0 | 1A | E0 | 2D | 35 |
| Octal | 120 | 155 | 275 | 72 | 52 | 0 | 32 | 340 | 55 | 65 |
| Binary | 1010000 | 1101101 | 10111101 | 111010 | 101010 | 0 | 11010 | 11100000 | 101101 | 110101 |
Color Harmonies of #506DBD
Complementary color
Monochromatic Colors of #506DBD
Black with #506DBD
Text Example
Text Example
White with #506DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506DBD; }
p { color: rgb(80,109,189); }
H1.HeaderClassName
{
color: #506DBD;
}
.AnyTagClassName
{
color: #506DBD;
}
</style>
background-color css
<style>
a { background-color: #506DBD; }
a { background-color: rgb(80,109,189); }
div.DivClassName
{
background-color: #506DBD;
}
.BgClassName
{
background-color: #506DBD;
}
</style>
border-color css
<style>
span { border-color: #506DBD; }
span { border-color: rgb(80,109,189); }
td.TdClassName
{
border-color: #506DBD;
}
.TagClassName
{
border-color: #506DBD;
}
</style>