Shades of Chetwode Blue #5E76B4
Tints of Chetwode Blue #5E76B4
RGB
CMYK
RGB Variations
Color information
#5E76B4 (or 0x5E76B4) is known color: Chetwode Blue. HEX triplet: 5E, 76 and B4. RGB value is (94,118,180). Sum of RGB (Red+Green+Blue) = 94+118+180=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E76B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E76B4 is #A1894B. Grayscale: #757575. Windows color (decimal): -10586444 or 11826782. OLE color: 11826782.
HSL color Cylindrical-coordinate representation of color #5E76B4: hue angle of 223.26º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E76B4 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 118 | 180 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.29 |
| HSL | 223.26º | 0.36% | 0.54% | - |
| HSV(B) | 223.26º | 0.48% | 0.71% | - |
| XYZ | 19.33 | 18.63 | 45.76 | - |
| YUV | 117.89 | 163.05 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 180 | 0.48 | 0.34 | 0 | 0.29 | 223.26 | 0.36 | 0.54 |
| Hex | 5E | 76 | B4 | 30 | 22 | 0 | 1D | DF | 24 | 36 |
| Octal | 136 | 166 | 264 | 60 | 42 | 0 | 35 | 337 | 44 | 66 |
| Binary | 1011110 | 1110110 | 10110100 | 110000 | 100010 | 0 | 11101 | 11011111 | 100100 | 110110 |
Color Harmonies of #5E76B4
Complementary color
Monochromatic Colors of #5E76B4
Black with #5E76B4
Text Example
Text Example
White with #5E76B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E76B4; }
p { color: rgb(94,118,180); }
H1.HeaderClassName
{
color: #5E76B4;
}
.AnyTagClassName
{
color: #5E76B4;
}
</style>
background-color css
<style>
a { background-color: #5E76B4; }
a { background-color: rgb(94,118,180); }
div.DivClassName
{
background-color: #5E76B4;
}
.BgClassName
{
background-color: #5E76B4;
}
</style>
border-color css
<style>
span { border-color: #5E76B4; }
span { border-color: rgb(94,118,180); }
td.TdClassName
{
border-color: #5E76B4;
}
.TagClassName
{
border-color: #5E76B4;
}
</style>