Shades of Chetwode Blue #5E78AF
Tints of Chetwode Blue #5E78AF
RGB
CMYK
RGB Variations
Color information
#5E78AF (or 0x5E78AF) is known color: Chetwode Blue. HEX triplet: 5E, 78 and AF. RGB value is (94,120,175). Sum of RGB (Red+Green+Blue) = 94+120+175=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E78AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E78AF is #A18750. Grayscale: #767676. Windows color (decimal): -10585937 or 11499614. OLE color: 11499614.
HSL color Cylindrical-coordinate representation of color #5E78AF: hue angle of 220.74º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E78AF is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 120 | 175 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.31 |
| HSL | 220.74º | 0.34% | 0.53% | - |
| HSV(B) | 220.74º | 0.46% | 0.69% | - |
| XYZ | 19.07 | 18.91 | 43.2 | - |
| YUV | 118.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 175 | 0.46 | 0.31 | 0 | 0.31 | 220.74 | 0.34 | 0.53 |
| Hex | 5E | 78 | AF | 2E | 1F | 0 | 1F | DD | 22 | 35 |
| Octal | 136 | 170 | 257 | 56 | 37 | 0 | 37 | 335 | 42 | 65 |
| Binary | 1011110 | 1111000 | 10101111 | 101110 | 11111 | 0 | 11111 | 11011101 | 100010 | 110101 |
Color Harmonies of #5E78AF
Complementary color
Monochromatic Colors of #5E78AF
Black with #5E78AF
Text Example
Text Example
White with #5E78AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E78AF; }
p { color: rgb(94,120,175); }
H1.HeaderClassName
{
color: #5E78AF;
}
.AnyTagClassName
{
color: #5E78AF;
}
</style>
background-color css
<style>
a { background-color: #5E78AF; }
a { background-color: rgb(94,120,175); }
div.DivClassName
{
background-color: #5E78AF;
}
.BgClassName
{
background-color: #5E78AF;
}
</style>
border-color css
<style>
span { border-color: #5E78AF; }
span { border-color: rgb(94,120,175); }
td.TdClassName
{
border-color: #5E78AF;
}
.TagClassName
{
border-color: #5E78AF;
}
</style>