Shades of Chetwode Blue #5B69BF
Tints of Chetwode Blue #5B69BF
RGB
CMYK
RGB Variations
Color information
#5B69BF (or 0x5B69BF) is known color: Chetwode Blue. HEX triplet: 5B, 69 and BF. RGB value is (91,105,191). Sum of RGB (Red+Green+Blue) = 91+105+191=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B69BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B69BF is #A49640. Grayscale: #6E6E6E. Windows color (decimal): -10786369 or 12544347. OLE color: 12544347.
HSL color Cylindrical-coordinate representation of color #5B69BF: hue angle of 231.6º degrees, saturation: 0.44, 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 #5B69BF is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 105 | 191 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.25 |
| HSL | 231.6º | 0.44% | 0.55% | - |
| HSV(B) | 231.6º | 0.52% | 0.75% | - |
| XYZ | 18.77 | 16.09 | 51.41 | - |
| YUV | 110.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 191 | 0.52 | 0.45 | 0 | 0.25 | 231.6 | 0.44 | 0.55 |
| Hex | 5B | 69 | BF | 34 | 2D | 0 | 19 | E8 | 2C | 37 |
| Octal | 133 | 151 | 277 | 64 | 55 | 0 | 31 | 350 | 54 | 67 |
| Binary | 1011011 | 1101001 | 10111111 | 110100 | 101101 | 0 | 11001 | 11101000 | 101100 | 110111 |
Color Harmonies of #5B69BF
Complementary color
Monochromatic Colors of #5B69BF
Black with #5B69BF
Text Example
Text Example
White with #5B69BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B69BF; }
p { color: rgb(91,105,191); }
H1.HeaderClassName
{
color: #5B69BF;
}
.AnyTagClassName
{
color: #5B69BF;
}
</style>
background-color css
<style>
a { background-color: #5B69BF; }
a { background-color: rgb(91,105,191); }
div.DivClassName
{
background-color: #5B69BF;
}
.BgClassName
{
background-color: #5B69BF;
}
</style>
border-color css
<style>
span { border-color: #5B69BF; }
span { border-color: rgb(91,105,191); }
td.TdClassName
{
border-color: #5B69BF;
}
.TagClassName
{
border-color: #5B69BF;
}
</style>