Shades of Chetwode Blue #5B6DAB
Tints of Chetwode Blue #5B6DAB
RGB
CMYK
RGB Variations
Color information
#5B6DAB (or 0x5B6DAB) is known color: Chetwode Blue. HEX triplet: 5B, 6D and AB. RGB value is (91,109,171). Sum of RGB (Red+Green+Blue) = 91+109+171=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B6DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6DAB is #A49254. Grayscale: #6E6E6E. Windows color (decimal): -10785365 or 11234651. OLE color: 11234651.
HSL color Cylindrical-coordinate representation of color #5B6DAB: hue angle of 226.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B6DAB is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 109 | 171 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.33 |
| HSL | 226.5º | 0.32% | 0.51% | - |
| HSV(B) | 226.5º | 0.47% | 0.67% | - |
| XYZ | 17.13 | 16.1 | 40.73 | - |
| YUV | 110.69 | 162.04 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 109 | 171 | 0.47 | 0.36 | 0 | 0.33 | 226.5 | 0.32 | 0.51 |
| Hex | 5B | 6D | AB | 2F | 24 | 0 | 21 | E2 | 20 | 33 |
| Octal | 133 | 155 | 253 | 57 | 44 | 0 | 41 | 342 | 40 | 63 |
| Binary | 1011011 | 1101101 | 10101011 | 101111 | 100100 | 0 | 100001 | 11100010 | 100000 | 110011 |
Color Harmonies of #5B6DAB
Complementary color
Monochromatic Colors of #5B6DAB
Black with #5B6DAB
Text Example
Text Example
White with #5B6DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6DAB; }
p { color: rgb(91,109,171); }
H1.HeaderClassName
{
color: #5B6DAB;
}
.AnyTagClassName
{
color: #5B6DAB;
}
</style>
background-color css
<style>
a { background-color: #5B6DAB; }
a { background-color: rgb(91,109,171); }
div.DivClassName
{
background-color: #5B6DAB;
}
.BgClassName
{
background-color: #5B6DAB;
}
</style>
border-color css
<style>
span { border-color: #5B6DAB; }
span { border-color: rgb(91,109,171); }
td.TdClassName
{
border-color: #5B6DAB;
}
.TagClassName
{
border-color: #5B6DAB;
}
</style>