Shades of Chetwode Blue #5B6DB3
Tints of Chetwode Blue #5B6DB3
RGB
CMYK
RGB Variations
Color information
#5B6DB3 (or 0x5B6DB3) is known color: Chetwode Blue. HEX triplet: 5B, 6D and B3. RGB value is (91,109,179). Sum of RGB (Red+Green+Blue) = 91+109+179=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #5B6DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6DB3 is #A4924C. Grayscale: #6F6F6F. Windows color (decimal): -10785357 or 11758939. OLE color: 11758939.
HSL color Cylindrical-coordinate representation of color #5B6DB3: hue angle of 227.73º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B6DB3 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 91 | 109 | 179 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.30 |
| HSL | 227.73º | 0.37% | 0.53% | - |
| HSV(B) | 227.73º | 0.49% | 0.7% | - |
| XYZ | 17.92 | 16.42 | 44.87 | - |
| YUV | 111.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 109 | 179 | 0.49 | 0.39 | 0 | 0.30 | 227.73 | 0.37 | 0.53 |
| Hex | 5B | 6D | B3 | 31 | 27 | 0 | 1E | E4 | 25 | 35 |
| Octal | 133 | 155 | 263 | 61 | 47 | 0 | 36 | 344 | 45 | 65 |
| Binary | 1011011 | 1101101 | 10110011 | 110001 | 100111 | 0 | 11110 | 11100100 | 100101 | 110101 |
Color Harmonies of #5B6DB3
Complementary color
Monochromatic Colors of #5B6DB3
Black with #5B6DB3
Text Example
Text Example
White with #5B6DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6DB3; }
p { color: rgb(91,109,179); }
H1.HeaderClassName
{
color: #5B6DB3;
}
.AnyTagClassName
{
color: #5B6DB3;
}
</style>
background-color css
<style>
a { background-color: #5B6DB3; }
a { background-color: rgb(91,109,179); }
div.DivClassName
{
background-color: #5B6DB3;
}
.BgClassName
{
background-color: #5B6DB3;
}
</style>
border-color css
<style>
span { border-color: #5B6DB3; }
span { border-color: rgb(91,109,179); }
td.TdClassName
{
border-color: #5B6DB3;
}
.TagClassName
{
border-color: #5B6DB3;
}
</style>