Shades of Chetwode Blue #5B6FBE
Tints of Chetwode Blue #5B6FBE
RGB
CMYK
RGB Variations
Color information
#5B6FBE (or 0x5B6FBE) is known color: Chetwode Blue. HEX triplet: 5B, 6F and BE. RGB value is (91,111,190). Sum of RGB (Red+Green+Blue) = 91+111+190=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #5B6FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6FBE is #A49041. Grayscale: #717171. Windows color (decimal): -10784834 or 12480347. OLE color: 12480347.
HSL color Cylindrical-coordinate representation of color #5B6FBE: hue angle of 227.88º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B6FBE is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 111 | 190 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.25 |
| HSL | 227.88º | 0.43% | 0.55% | - |
| HSV(B) | 227.88º | 0.52% | 0.75% | - |
| XYZ | 19.29 | 17.31 | 51.04 | - |
| YUV | 114.03 | 170.87 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 111 | 190 | 0.52 | 0.42 | 0 | 0.25 | 227.88 | 0.43 | 0.55 |
| Hex | 5B | 6F | BE | 34 | 2A | 0 | 19 | E4 | 2B | 37 |
| Octal | 133 | 157 | 276 | 64 | 52 | 0 | 31 | 344 | 53 | 67 |
| Binary | 1011011 | 1101111 | 10111110 | 110100 | 101010 | 0 | 11001 | 11100100 | 101011 | 110111 |
Color Harmonies of #5B6FBE
Complementary color
Monochromatic Colors of #5B6FBE
Black with #5B6FBE
Text Example
Text Example
White with #5B6FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6FBE; }
p { color: rgb(91,111,190); }
H1.HeaderClassName
{
color: #5B6FBE;
}
.AnyTagClassName
{
color: #5B6FBE;
}
</style>
background-color css
<style>
a { background-color: #5B6FBE; }
a { background-color: rgb(91,111,190); }
div.DivClassName
{
background-color: #5B6FBE;
}
.BgClassName
{
background-color: #5B6FBE;
}
</style>
border-color css
<style>
span { border-color: #5B6FBE; }
span { border-color: rgb(91,111,190); }
td.TdClassName
{
border-color: #5B6FBE;
}
.TagClassName
{
border-color: #5B6FBE;
}
</style>