Shades of Chetwode Blue #5D73BC
Tints of Chetwode Blue #5D73BC
RGB
CMYK
RGB Variations
Color information
#5D73BC (or 0x5D73BC) is known color: Chetwode Blue. HEX triplet: 5D, 73 and BC. RGB value is (93,115,188). Sum of RGB (Red+Green+Blue) = 93+115+188=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D73BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D73BC is #A28C43. Grayscale: #747474. Windows color (decimal): -10652740 or 12350301. OLE color: 12350301.
HSL color Cylindrical-coordinate representation of color #5D73BC: hue angle of 226.11º 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 #5D73BC is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 115 | 188 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.26 |
| HSL | 226.11º | 0.41% | 0.55% | - |
| HSV(B) | 226.11º | 0.51% | 0.74% | - |
| XYZ | 19.72 | 18.22 | 50.05 | - |
| YUV | 116.74 | 168.21 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 188 | 0.51 | 0.39 | 0 | 0.26 | 226.11 | 0.41 | 0.55 |
| Hex | 5D | 73 | BC | 33 | 27 | 0 | 1A | E2 | 29 | 37 |
| Octal | 135 | 163 | 274 | 63 | 47 | 0 | 32 | 342 | 51 | 67 |
| Binary | 1011101 | 1110011 | 10111100 | 110011 | 100111 | 0 | 11010 | 11100010 | 101001 | 110111 |
Color Harmonies of #5D73BC
Complementary color
Monochromatic Colors of #5D73BC
Black with #5D73BC
Text Example
Text Example
White with #5D73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D73BC; }
p { color: rgb(93,115,188); }
H1.HeaderClassName
{
color: #5D73BC;
}
.AnyTagClassName
{
color: #5D73BC;
}
</style>
background-color css
<style>
a { background-color: #5D73BC; }
a { background-color: rgb(93,115,188); }
div.DivClassName
{
background-color: #5D73BC;
}
.BgClassName
{
background-color: #5D73BC;
}
</style>
border-color css
<style>
span { border-color: #5D73BC; }
span { border-color: rgb(93,115,188); }
td.TdClassName
{
border-color: #5D73BC;
}
.TagClassName
{
border-color: #5D73BC;
}
</style>