Shades of Chetwode Blue #5668BB
Tints of Chetwode Blue #5668BB
RGB
CMYK
RGB Variations
Color information
#5668BB (or 0x5668BB) is known color: Chetwode Blue. HEX triplet: 56, 68 and BB. RGB value is (86,104,187). Sum of RGB (Red+Green+Blue) = 86+104+187=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #5668BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5668BB is #A99744. Grayscale: #6B6B6B. Windows color (decimal): -11114309 or 12281942. OLE color: 12281942.
HSL color Cylindrical-coordinate representation of color #5668BB: hue angle of 229.31º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5668BB is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 104 | 187 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.27 |
| HSL | 229.31º | 0.43% | 0.54% | - |
| HSV(B) | 229.31º | 0.54% | 0.73% | - |
| XYZ | 17.76 | 15.47 | 49.06 | - |
| YUV | 108.08 | 172.54 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 187 | 0.54 | 0.44 | 0 | 0.27 | 229.31 | 0.43 | 0.54 |
| Hex | 56 | 68 | BB | 36 | 2C | 0 | 1B | E5 | 2B | 36 |
| Octal | 126 | 150 | 273 | 66 | 54 | 0 | 33 | 345 | 53 | 66 |
| Binary | 1010110 | 1101000 | 10111011 | 110110 | 101100 | 0 | 11011 | 11100101 | 101011 | 110110 |
Color Harmonies of #5668BB
Complementary color
Monochromatic Colors of #5668BB
Black with #5668BB
Text Example
Text Example
White with #5668BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5668BB; }
p { color: rgb(86,104,187); }
H1.HeaderClassName
{
color: #5668BB;
}
.AnyTagClassName
{
color: #5668BB;
}
</style>
background-color css
<style>
a { background-color: #5668BB; }
a { background-color: rgb(86,104,187); }
div.DivClassName
{
background-color: #5668BB;
}
.BgClassName
{
background-color: #5668BB;
}
</style>
border-color css
<style>
span { border-color: #5668BB; }
span { border-color: rgb(86,104,187); }
td.TdClassName
{
border-color: #5668BB;
}
.TagClassName
{
border-color: #5668BB;
}
</style>