Shades of Chetwode Blue #5B70BA
Tints of Chetwode Blue #5B70BA
RGB
CMYK
RGB Variations
Color information
#5B70BA (or 0x5B70BA) is known color: Chetwode Blue. HEX triplet: 5B, 70 and BA. RGB value is (91,112,186). Sum of RGB (Red+Green+Blue) = 91+112+186=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B70BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B70BA is #A48F45. Grayscale: #717171. Windows color (decimal): -10784582 or 12218459. OLE color: 12218459.
HSL color Cylindrical-coordinate representation of color #5B70BA: hue angle of 226.74º 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 #5B70BA is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 112 | 186 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.27 |
| HSL | 226.74º | 0.41% | 0.54% | - |
| HSV(B) | 226.74º | 0.51% | 0.73% | - |
| XYZ | 18.97 | 17.36 | 48.8 | - |
| YUV | 114.16 | 168.54 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 186 | 0.51 | 0.40 | 0 | 0.27 | 226.74 | 0.41 | 0.54 |
| Hex | 5B | 70 | BA | 33 | 28 | 0 | 1B | E3 | 29 | 36 |
| Octal | 133 | 160 | 272 | 63 | 50 | 0 | 33 | 343 | 51 | 66 |
| Binary | 1011011 | 1110000 | 10111010 | 110011 | 101000 | 0 | 11011 | 11100011 | 101001 | 110110 |
Color Harmonies of #5B70BA
Complementary color
Monochromatic Colors of #5B70BA
Black with #5B70BA
Text Example
Text Example
White with #5B70BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B70BA; }
p { color: rgb(91,112,186); }
H1.HeaderClassName
{
color: #5B70BA;
}
.AnyTagClassName
{
color: #5B70BA;
}
</style>
background-color css
<style>
a { background-color: #5B70BA; }
a { background-color: rgb(91,112,186); }
div.DivClassName
{
background-color: #5B70BA;
}
.BgClassName
{
background-color: #5B70BA;
}
</style>
border-color css
<style>
span { border-color: #5B70BA; }
span { border-color: rgb(91,112,186); }
td.TdClassName
{
border-color: #5B70BA;
}
.TagClassName
{
border-color: #5B70BA;
}
</style>