Shades of Chetwode Blue #5E72BB
Tints of Chetwode Blue #5E72BB
RGB
CMYK
RGB Variations
Color information
#5E72BB (or 0x5E72BB) is known color: Chetwode Blue. HEX triplet: 5E, 72 and BB. RGB value is (94,114,187). Sum of RGB (Red+Green+Blue) = 94+114+187=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E72BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E72BB is #A18D44. Grayscale: #747474. Windows color (decimal): -10587461 or 12284510. OLE color: 12284510.
HSL color Cylindrical-coordinate representation of color #5E72BB: hue angle of 227.1º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E72BB is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 114 | 187 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.27 |
| HSL | 227.1º | 0.41% | 0.55% | - |
| HSV(B) | 227.1º | 0.5% | 0.73% | - |
| XYZ | 19.6 | 18 | 49.46 | - |
| YUV | 116.34 | 167.87 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 187 | 0.50 | 0.39 | 0 | 0.27 | 227.1 | 0.41 | 0.55 |
| Hex | 5E | 72 | BB | 32 | 27 | 0 | 1B | E3 | 29 | 37 |
| Octal | 136 | 162 | 273 | 62 | 47 | 0 | 33 | 343 | 51 | 67 |
| Binary | 1011110 | 1110010 | 10111011 | 110010 | 100111 | 0 | 11011 | 11100011 | 101001 | 110111 |
Color Harmonies of #5E72BB
Complementary color
Monochromatic Colors of #5E72BB
Black with #5E72BB
Text Example
Text Example
White with #5E72BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E72BB; }
p { color: rgb(94,114,187); }
H1.HeaderClassName
{
color: #5E72BB;
}
.AnyTagClassName
{
color: #5E72BB;
}
</style>
background-color css
<style>
a { background-color: #5E72BB; }
a { background-color: rgb(94,114,187); }
div.DivClassName
{
background-color: #5E72BB;
}
.BgClassName
{
background-color: #5E72BB;
}
</style>
border-color css
<style>
span { border-color: #5E72BB; }
span { border-color: rgb(94,114,187); }
td.TdClassName
{
border-color: #5E72BB;
}
.TagClassName
{
border-color: #5E72BB;
}
</style>