Shades of Chetwode Blue #5D70BC
Tints of Chetwode Blue #5D70BC
RGB
CMYK
RGB Variations
Color information
#5D70BC (or 0x5D70BC) is known color: Chetwode Blue. HEX triplet: 5D, 70 and BC. RGB value is (93,112,188). Sum of RGB (Red+Green+Blue) = 93+112+188=393 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.66% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D70BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D70BC is #A28F43. Grayscale: #727272. Windows color (decimal): -10653508 or 12349533. OLE color: 12349533.
HSL color Cylindrical-coordinate representation of color #5D70BC: hue angle of 228º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D70BC is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 112 | 188 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.26 |
| HSL | 228º | 0.41% | 0.55% | - |
| HSV(B) | 228º | 0.51% | 0.74% | - |
| XYZ | 19.39 | 17.55 | 49.94 | - |
| YUV | 114.98 | 169.21 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 188 | 0.51 | 0.40 | 0 | 0.26 | 228 | 0.41 | 0.55 |
| Hex | 5D | 70 | BC | 33 | 28 | 0 | 1A | E4 | 29 | 37 |
| Octal | 135 | 160 | 274 | 63 | 50 | 0 | 32 | 344 | 51 | 67 |
| Binary | 1011101 | 1110000 | 10111100 | 110011 | 101000 | 0 | 11010 | 11100100 | 101001 | 110111 |
Color Harmonies of #5D70BC
Complementary color
Monochromatic Colors of #5D70BC
Black with #5D70BC
Text Example
Text Example
White with #5D70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D70BC; }
p { color: rgb(93,112,188); }
H1.HeaderClassName
{
color: #5D70BC;
}
.AnyTagClassName
{
color: #5D70BC;
}
</style>
background-color css
<style>
a { background-color: #5D70BC; }
a { background-color: rgb(93,112,188); }
div.DivClassName
{
background-color: #5D70BC;
}
.BgClassName
{
background-color: #5D70BC;
}
</style>
border-color css
<style>
span { border-color: #5D70BC; }
span { border-color: rgb(93,112,188); }
td.TdClassName
{
border-color: #5D70BC;
}
.TagClassName
{
border-color: #5D70BC;
}
</style>