Shades of Chetwode Blue #5069BC
Tints of Chetwode Blue #5069BC
RGB
CMYK
RGB Variations
Color information
#5069BC (or 0x5069BC) is known color: Chetwode Blue. HEX triplet: 50, 69 and BC. RGB value is (80,105,188). Sum of RGB (Red+Green+Blue) = 80+105+188=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #5069BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5069BC is #AF9643. Grayscale: #6A6A6A. Windows color (decimal): -11507268 or 12347728. OLE color: 12347728.
HSL color Cylindrical-coordinate representation of color #5069BC: hue angle of 226.11º 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 #5069BC is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 105 | 188 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.26 |
| HSL | 226.11º | 0.45% | 0.53% | - |
| HSV(B) | 226.11º | 0.57% | 0.74% | - |
| XYZ | 17.44 | 15.44 | 49.64 | - |
| YUV | 106.99 | 173.72 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 188 | 0.57 | 0.44 | 0 | 0.26 | 226.11 | 0.45 | 0.53 |
| Hex | 50 | 69 | BC | 39 | 2C | 0 | 1A | E2 | 2D | 35 |
| Octal | 120 | 151 | 274 | 71 | 54 | 0 | 32 | 342 | 55 | 65 |
| Binary | 1010000 | 1101001 | 10111100 | 111001 | 101100 | 0 | 11010 | 11100010 | 101101 | 110101 |
Color Harmonies of #5069BC
Complementary color
Monochromatic Colors of #5069BC
Black with #5069BC
Text Example
Text Example
White with #5069BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5069BC; }
p { color: rgb(80,105,188); }
H1.HeaderClassName
{
color: #5069BC;
}
.AnyTagClassName
{
color: #5069BC;
}
</style>
background-color css
<style>
a { background-color: #5069BC; }
a { background-color: rgb(80,105,188); }
div.DivClassName
{
background-color: #5069BC;
}
.BgClassName
{
background-color: #5069BC;
}
</style>
border-color css
<style>
span { border-color: #5069BC; }
span { border-color: rgb(80,105,188); }
td.TdClassName
{
border-color: #5069BC;
}
.TagClassName
{
border-color: #5069BC;
}
</style>