Shades of Chetwode Blue #5B6DB0
Tints of Chetwode Blue #5B6DB0
RGB
CMYK
RGB Variations
Color information
#5B6DB0 (or 0x5B6DB0) is known color: Chetwode Blue. HEX triplet: 5B, 6D and B0. RGB value is (91,109,176). Sum of RGB (Red+Green+Blue) = 91+109+176=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 176 - color contains mainly: blue. Hex color #5B6DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6DB0 is #A4924F. Grayscale: #6E6E6E. Windows color (decimal): -10785360 or 11562331. OLE color: 11562331.
HSL color Cylindrical-coordinate representation of color #5B6DB0: hue angle of 227.29º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B6DB0 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 109 | 176 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.31 |
| HSL | 227.29º | 0.35% | 0.52% | - |
| HSV(B) | 227.29º | 0.48% | 0.69% | - |
| XYZ | 17.62 | 16.3 | 43.29 | - |
| YUV | 111.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 109 | 176 | 0.48 | 0.38 | 0 | 0.31 | 227.29 | 0.35 | 0.52 |
| Hex | 5B | 6D | B0 | 30 | 26 | 0 | 1F | E3 | 23 | 34 |
| Octal | 133 | 155 | 260 | 60 | 46 | 0 | 37 | 343 | 43 | 64 |
| Binary | 1011011 | 1101101 | 10110000 | 110000 | 100110 | 0 | 11111 | 11100011 | 100011 | 110100 |
Color Harmonies of #5B6DB0
Complementary color
Monochromatic Colors of #5B6DB0
Black with #5B6DB0
Text Example
Text Example
White with #5B6DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6DB0; }
p { color: rgb(91,109,176); }
H1.HeaderClassName
{
color: #5B6DB0;
}
.AnyTagClassName
{
color: #5B6DB0;
}
</style>
background-color css
<style>
a { background-color: #5B6DB0; }
a { background-color: rgb(91,109,176); }
div.DivClassName
{
background-color: #5B6DB0;
}
.BgClassName
{
background-color: #5B6DB0;
}
</style>
border-color css
<style>
span { border-color: #5B6DB0; }
span { border-color: rgb(91,109,176); }
td.TdClassName
{
border-color: #5B6DB0;
}
.TagClassName
{
border-color: #5B6DB0;
}
</style>