Shades of Chetwode Blue #5D71BE
Tints of Chetwode Blue #5D71BE
RGB
CMYK
RGB Variations
Color information
#5D71BE (or 0x5D71BE) is known color: Chetwode Blue. HEX triplet: 5D, 71 and BE. RGB value is (93,113,190). Sum of RGB (Red+Green+Blue) = 93+113+190=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D71BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D71BE is #A28E41. Grayscale: #737373. Windows color (decimal): -10653250 or 12480861. OLE color: 12480861.
HSL color Cylindrical-coordinate representation of color #5D71BE: hue angle of 227.63º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D71BE is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 113 | 190 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.25 |
| HSL | 227.63º | 0.43% | 0.55% | - |
| HSV(B) | 227.63º | 0.51% | 0.75% | - |
| XYZ | 19.71 | 17.86 | 51.12 | - |
| YUV | 115.8 | 169.87 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 190 | 0.51 | 0.41 | 0 | 0.25 | 227.63 | 0.43 | 0.55 |
| Hex | 5D | 71 | BE | 33 | 29 | 0 | 19 | E4 | 2B | 37 |
| Octal | 135 | 161 | 276 | 63 | 51 | 0 | 31 | 344 | 53 | 67 |
| Binary | 1011101 | 1110001 | 10111110 | 110011 | 101001 | 0 | 11001 | 11100100 | 101011 | 110111 |
Color Harmonies of #5D71BE
Complementary color
Monochromatic Colors of #5D71BE
Black with #5D71BE
Text Example
Text Example
White with #5D71BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D71BE; }
p { color: rgb(93,113,190); }
H1.HeaderClassName
{
color: #5D71BE;
}
.AnyTagClassName
{
color: #5D71BE;
}
</style>
background-color css
<style>
a { background-color: #5D71BE; }
a { background-color: rgb(93,113,190); }
div.DivClassName
{
background-color: #5D71BE;
}
.BgClassName
{
background-color: #5D71BE;
}
</style>
border-color css
<style>
span { border-color: #5D71BE; }
span { border-color: rgb(93,113,190); }
td.TdClassName
{
border-color: #5D71BE;
}
.TagClassName
{
border-color: #5D71BE;
}
</style>