Shades of Chetwode Blue #506CBC
Tints of Chetwode Blue #506CBC
RGB
CMYK
RGB Variations
Color information
#506CBC (or 0x506CBC) is known color: Chetwode Blue. HEX triplet: 50, 6C and BC. RGB value is (80,108,188). Sum of RGB (Red+Green+Blue) = 80+108+188=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #506CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CBC is #AF9343. Grayscale: #6C6C6C. Windows color (decimal): -11506500 or 12348496. OLE color: 12348496.
HSL color Cylindrical-coordinate representation of color #506CBC: hue angle of 224.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #506CBC is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 108 | 188 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.26 |
| HSL | 224.44º | 0.45% | 0.53% | - |
| HSV(B) | 224.44º | 0.57% | 0.74% | - |
| XYZ | 17.75 | 16.06 | 49.74 | - |
| YUV | 108.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 188 | 0.57 | 0.43 | 0 | 0.26 | 224.44 | 0.45 | 0.53 |
| Hex | 50 | 6C | BC | 39 | 2B | 0 | 1A | E0 | 2D | 35 |
| Octal | 120 | 154 | 274 | 71 | 53 | 0 | 32 | 340 | 55 | 65 |
| Binary | 1010000 | 1101100 | 10111100 | 111001 | 101011 | 0 | 11010 | 11100000 | 101101 | 110101 |
Color Harmonies of #506CBC
Complementary color
Monochromatic Colors of #506CBC
Black with #506CBC
Text Example
Text Example
White with #506CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506CBC; }
p { color: rgb(80,108,188); }
H1.HeaderClassName
{
color: #506CBC;
}
.AnyTagClassName
{
color: #506CBC;
}
</style>
background-color css
<style>
a { background-color: #506CBC; }
a { background-color: rgb(80,108,188); }
div.DivClassName
{
background-color: #506CBC;
}
.BgClassName
{
background-color: #506CBC;
}
</style>
border-color css
<style>
span { border-color: #506CBC; }
span { border-color: rgb(80,108,188); }
td.TdClassName
{
border-color: #506CBC;
}
.TagClassName
{
border-color: #506CBC;
}
</style>