Shades of Chetwode Blue #506CBF
Tints of Chetwode Blue #506CBF
RGB
CMYK
RGB Variations
Color information
#506CBF (or 0x506CBF) is known color: Chetwode Blue. HEX triplet: 50, 6C and BF. RGB value is (80,108,191). Sum of RGB (Red+Green+Blue) = 80+108+191=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #506CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CBF is #AF9340. Grayscale: #6C6C6C. Windows color (decimal): -11506497 or 12545104. OLE color: 12545104.
HSL color Cylindrical-coordinate representation of color #506CBF: hue angle of 224.86º 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 #506CBF is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 108 | 191 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.25 |
| HSL | 224.86º | 0.46% | 0.53% | - |
| HSV(B) | 224.86º | 0.58% | 0.75% | - |
| XYZ | 18.07 | 16.19 | 51.46 | - |
| YUV | 109.09 | 174.22 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 191 | 0.58 | 0.43 | 0 | 0.25 | 224.86 | 0.46 | 0.53 |
| Hex | 50 | 6C | BF | 3A | 2B | 0 | 19 | E1 | 2E | 35 |
| Octal | 120 | 154 | 277 | 72 | 53 | 0 | 31 | 341 | 56 | 65 |
| Binary | 1010000 | 1101100 | 10111111 | 111010 | 101011 | 0 | 11001 | 11100001 | 101110 | 110101 |
Color Harmonies of #506CBF
Complementary color
Monochromatic Colors of #506CBF
Black with #506CBF
Text Example
Text Example
White with #506CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506CBF; }
p { color: rgb(80,108,191); }
H1.HeaderClassName
{
color: #506CBF;
}
.AnyTagClassName
{
color: #506CBF;
}
</style>
background-color css
<style>
a { background-color: #506CBF; }
a { background-color: rgb(80,108,191); }
div.DivClassName
{
background-color: #506CBF;
}
.BgClassName
{
background-color: #506CBF;
}
</style>
border-color css
<style>
span { border-color: #506CBF; }
span { border-color: rgb(80,108,191); }
td.TdClassName
{
border-color: #506CBF;
}
.TagClassName
{
border-color: #506CBF;
}
</style>