Shades of Chetwode Blue #5068BB
Tints of Chetwode Blue #5068BB
RGB
CMYK
RGB Variations
Color information
#5068BB (or 0x5068BB) is known color: Chetwode Blue. HEX triplet: 50, 68 and BB. RGB value is (80,104,187). Sum of RGB (Red+Green+Blue) = 80+104+187=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #5068BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5068BB is #AF9744. Grayscale: #696969. Windows color (decimal): -11507525 or 12281936. OLE color: 12281936.
HSL color Cylindrical-coordinate representation of color #5068BB: hue angle of 226.54º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5068BB is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 104 | 187 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.27 |
| HSL | 226.54º | 0.44% | 0.52% | - |
| HSV(B) | 226.54º | 0.57% | 0.73% | - |
| XYZ | 17.23 | 15.19 | 49.04 | - |
| YUV | 106.29 | 173.55 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 187 | 0.57 | 0.44 | 0 | 0.27 | 226.54 | 0.44 | 0.52 |
| Hex | 50 | 68 | BB | 39 | 2C | 0 | 1B | E3 | 2C | 34 |
| Octal | 120 | 150 | 273 | 71 | 54 | 0 | 33 | 343 | 54 | 64 |
| Binary | 1010000 | 1101000 | 10111011 | 111001 | 101100 | 0 | 11011 | 11100011 | 101100 | 110100 |
Color Harmonies of #5068BB
Complementary color
Monochromatic Colors of #5068BB
Black with #5068BB
Text Example
Text Example
White with #5068BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5068BB; }
p { color: rgb(80,104,187); }
H1.HeaderClassName
{
color: #5068BB;
}
.AnyTagClassName
{
color: #5068BB;
}
</style>
background-color css
<style>
a { background-color: #5068BB; }
a { background-color: rgb(80,104,187); }
div.DivClassName
{
background-color: #5068BB;
}
.BgClassName
{
background-color: #5068BB;
}
</style>
border-color css
<style>
span { border-color: #5068BB; }
span { border-color: rgb(80,104,187); }
td.TdClassName
{
border-color: #5068BB;
}
.TagClassName
{
border-color: #5068BB;
}
</style>