Shades of Chetwode Blue #5D6BBF
Tints of Chetwode Blue #5D6BBF
RGB
CMYK
RGB Variations
Color information
#5D6BBF (or 0x5D6BBF) is known color: Chetwode Blue. HEX triplet: 5D, 6B and BF. RGB value is (93,107,191). Sum of RGB (Red+Green+Blue) = 93+107+191=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D6BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6BBF is #A29440. Grayscale: #707070. Windows color (decimal): -10654785 or 12544861. OLE color: 12544861.
HSL color Cylindrical-coordinate representation of color #5D6BBF: hue angle of 231.43º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D6BBF is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 107 | 191 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.25 |
| HSL | 231.43º | 0.43% | 0.56% | - |
| HSV(B) | 231.43º | 0.51% | 0.75% | - |
| XYZ | 19.18 | 16.6 | 51.48 | - |
| YUV | 112.39 | 172.36 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 107 | 191 | 0.51 | 0.44 | 0 | 0.25 | 231.43 | 0.43 | 0.56 |
| Hex | 5D | 6B | BF | 33 | 2C | 0 | 19 | E7 | 2B | 38 |
| Octal | 135 | 153 | 277 | 63 | 54 | 0 | 31 | 347 | 53 | 70 |
| Binary | 1011101 | 1101011 | 10111111 | 110011 | 101100 | 0 | 11001 | 11100111 | 101011 | 111000 |
Color Harmonies of #5D6BBF
Complementary color
Monochromatic Colors of #5D6BBF
Black with #5D6BBF
Text Example
Text Example
White with #5D6BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6BBF; }
p { color: rgb(93,107,191); }
H1.HeaderClassName
{
color: #5D6BBF;
}
.AnyTagClassName
{
color: #5D6BBF;
}
</style>
background-color css
<style>
a { background-color: #5D6BBF; }
a { background-color: rgb(93,107,191); }
div.DivClassName
{
background-color: #5D6BBF;
}
.BgClassName
{
background-color: #5D6BBF;
}
</style>
border-color css
<style>
span { border-color: #5D6BBF; }
span { border-color: rgb(93,107,191); }
td.TdClassName
{
border-color: #5D6BBF;
}
.TagClassName
{
border-color: #5D6BBF;
}
</style>