Shades of Chetwode Blue #5E76BB
Tints of Chetwode Blue #5E76BB
RGB
CMYK
RGB Variations
Color information
#5E76BB (or 0x5E76BB) is known color: Chetwode Blue. HEX triplet: 5E, 76 and BB. RGB value is (94,118,187). Sum of RGB (Red+Green+Blue) = 94+118+187=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E76BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E76BB is #A18944. Grayscale: #767676. Windows color (decimal): -10586437 or 12285534. OLE color: 12285534.
HSL color Cylindrical-coordinate representation of color #5E76BB: hue angle of 224.52º 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 #5E76BB is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 118 | 187 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.27 |
| HSL | 224.52º | 0.41% | 0.55% | - |
| HSV(B) | 224.52º | 0.5% | 0.73% | - |
| XYZ | 20.06 | 18.92 | 49.61 | - |
| YUV | 118.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 187 | 0.50 | 0.37 | 0 | 0.27 | 224.52 | 0.41 | 0.55 |
| Hex | 5E | 76 | BB | 32 | 25 | 0 | 1B | E1 | 29 | 37 |
| Octal | 136 | 166 | 273 | 62 | 45 | 0 | 33 | 341 | 51 | 67 |
| Binary | 1011110 | 1110110 | 10111011 | 110010 | 100101 | 0 | 11011 | 11100001 | 101001 | 110111 |
Color Harmonies of #5E76BB
Complementary color
Monochromatic Colors of #5E76BB
Black with #5E76BB
Text Example
Text Example
White with #5E76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E76BB; }
p { color: rgb(94,118,187); }
H1.HeaderClassName
{
color: #5E76BB;
}
.AnyTagClassName
{
color: #5E76BB;
}
</style>
background-color css
<style>
a { background-color: #5E76BB; }
a { background-color: rgb(94,118,187); }
div.DivClassName
{
background-color: #5E76BB;
}
.BgClassName
{
background-color: #5E76BB;
}
</style>
border-color css
<style>
span { border-color: #5E76BB; }
span { border-color: rgb(94,118,187); }
td.TdClassName
{
border-color: #5E76BB;
}
.TagClassName
{
border-color: #5E76BB;
}
</style>