Shades of Chetwode Blue #5B6BBA
Tints of Chetwode Blue #5B6BBA
RGB
CMYK
RGB Variations
Color information
#5B6BBA (or 0x5B6BBA) is known color: Chetwode Blue. HEX triplet: 5B, 6B and BA. RGB value is (91,107,186). Sum of RGB (Red+Green+Blue) = 91+107+186=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B6BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6BBA is #A49445. Grayscale: #6E6E6E. Windows color (decimal): -10785862 or 12217179. OLE color: 12217179.
HSL color Cylindrical-coordinate representation of color #5B6BBA: hue angle of 229.89º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B6BBA is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 107 | 186 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.27 |
| HSL | 229.89º | 0.41% | 0.54% | - |
| HSV(B) | 229.89º | 0.51% | 0.73% | - |
| XYZ | 18.44 | 16.28 | 48.63 | - |
| YUV | 111.22 | 170.2 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 107 | 186 | 0.51 | 0.42 | 0 | 0.27 | 229.89 | 0.41 | 0.54 |
| Hex | 5B | 6B | BA | 33 | 2A | 0 | 1B | E6 | 29 | 36 |
| Octal | 133 | 153 | 272 | 63 | 52 | 0 | 33 | 346 | 51 | 66 |
| Binary | 1011011 | 1101011 | 10111010 | 110011 | 101010 | 0 | 11011 | 11100110 | 101001 | 110110 |
Color Harmonies of #5B6BBA
Complementary color
Monochromatic Colors of #5B6BBA
Black with #5B6BBA
Text Example
Text Example
White with #5B6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6BBA; }
p { color: rgb(91,107,186); }
H1.HeaderClassName
{
color: #5B6BBA;
}
.AnyTagClassName
{
color: #5B6BBA;
}
</style>
background-color css
<style>
a { background-color: #5B6BBA; }
a { background-color: rgb(91,107,186); }
div.DivClassName
{
background-color: #5B6BBA;
}
.BgClassName
{
background-color: #5B6BBA;
}
</style>
border-color css
<style>
span { border-color: #5B6BBA; }
span { border-color: rgb(91,107,186); }
td.TdClassName
{
border-color: #5B6BBA;
}
.TagClassName
{
border-color: #5B6BBA;
}
</style>