Shades of Chetwode Blue #5D70BF
Tints of Chetwode Blue #5D70BF
RGB
CMYK
RGB Variations
Color information
#5D70BF (or 0x5D70BF) is known color: Chetwode Blue. HEX triplet: 5D, 70 and BF. RGB value is (93,112,191). Sum of RGB (Red+Green+Blue) = 93+112+191=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D70BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D70BF is #A28F40. Grayscale: #727272. Windows color (decimal): -10653505 or 12546141. OLE color: 12546141.
HSL color Cylindrical-coordinate representation of color #5D70BF: hue angle of 228.37º 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 #5D70BF is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 112 | 191 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.25 |
| HSL | 228.37º | 0.43% | 0.56% | - |
| HSV(B) | 228.37º | 0.51% | 0.75% | - |
| XYZ | 19.71 | 17.68 | 51.66 | - |
| YUV | 115.33 | 170.71 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 191 | 0.51 | 0.41 | 0 | 0.25 | 228.37 | 0.43 | 0.56 |
| Hex | 5D | 70 | BF | 33 | 29 | 0 | 19 | E4 | 2B | 38 |
| Octal | 135 | 160 | 277 | 63 | 51 | 0 | 31 | 344 | 53 | 70 |
| Binary | 1011101 | 1110000 | 10111111 | 110011 | 101001 | 0 | 11001 | 11100100 | 101011 | 111000 |
Color Harmonies of #5D70BF
Complementary color
Monochromatic Colors of #5D70BF
Black with #5D70BF
Text Example
Text Example
White with #5D70BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D70BF; }
p { color: rgb(93,112,191); }
H1.HeaderClassName
{
color: #5D70BF;
}
.AnyTagClassName
{
color: #5D70BF;
}
</style>
background-color css
<style>
a { background-color: #5D70BF; }
a { background-color: rgb(93,112,191); }
div.DivClassName
{
background-color: #5D70BF;
}
.BgClassName
{
background-color: #5D70BF;
}
</style>
border-color css
<style>
span { border-color: #5D70BF; }
span { border-color: rgb(93,112,191); }
td.TdClassName
{
border-color: #5D70BF;
}
.TagClassName
{
border-color: #5D70BF;
}
</style>