Shades of Chetwode Blue #5F78BE
Tints of Chetwode Blue #5F78BE
RGB
CMYK
RGB Variations
Color information
#5F78BE (or 0x5F78BE) is known color: Chetwode Blue. HEX triplet: 5F, 78 and BE. RGB value is (95,120,190). Sum of RGB (Red+Green+Blue) = 95+120+190=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F78BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F78BE is #A08741. Grayscale: #787878. Windows color (decimal): -10520386 or 12482655. OLE color: 12482655.
HSL color Cylindrical-coordinate representation of color #5F78BE: hue angle of 224.21º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F78BE is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 120 | 190 | - |
| CMYK | 0.5 | 0.37 | 0 | 0.25 |
| HSL | 224.21º | 0.42% | 0.56% | - |
| HSV(B) | 224.21º | 0.5% | 0.75% | - |
| XYZ | 20.73 | 19.58 | 51.4 | - |
| YUV | 120.51 | 167.22 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 120 | 190 | 0.5 | 0.37 | 0 | 0.25 | 224.21 | 0.42 | 0.56 |
| Hex | 5F | 78 | BE | 32 | 25 | 0 | 19 | E0 | 2A | 38 |
| Octal | 137 | 170 | 276 | 62 | 45 | 0 | 31 | 340 | 52 | 70 |
| Binary | 1011111 | 1111000 | 10111110 | 110010 | 100101 | 0 | 11001 | 11100000 | 101010 | 111000 |
Color Harmonies of #5F78BE
Complementary color
Monochromatic Colors of #5F78BE
Black with #5F78BE
Text Example
Text Example
White with #5F78BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F78BE; }
p { color: rgb(95,120,190); }
H1.HeaderClassName
{
color: #5F78BE;
}
.AnyTagClassName
{
color: #5F78BE;
}
</style>
background-color css
<style>
a { background-color: #5F78BE; }
a { background-color: rgb(95,120,190); }
div.DivClassName
{
background-color: #5F78BE;
}
.BgClassName
{
background-color: #5F78BE;
}
</style>
border-color css
<style>
span { border-color: #5F78BE; }
span { border-color: rgb(95,120,190); }
td.TdClassName
{
border-color: #5F78BE;
}
.TagClassName
{
border-color: #5F78BE;
}
</style>