Shades of Chetwode Blue #5F78AA
Tints of Chetwode Blue #5F78AA
RGB
CMYK
RGB Variations
Color information
#5F78AA (or 0x5F78AA) is known color: Chetwode Blue. HEX triplet: 5F, 78 and AA. RGB value is (95,120,170). Sum of RGB (Red+Green+Blue) = 95+120+170=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F78AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F78AA is #A08755. Grayscale: #767676. Windows color (decimal): -10520406 or 11171935. OLE color: 11171935.
HSL color Cylindrical-coordinate representation of color #5F78AA: hue angle of 220º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F78AA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 120 | 170 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.33 |
| HSL | 220º | 0.31% | 0.52% | - |
| HSV(B) | 220º | 0.44% | 0.67% | - |
| XYZ | 18.69 | 18.77 | 40.67 | - |
| YUV | 118.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 120 | 170 | 0.44 | 0.29 | 0 | 0.33 | 220 | 0.31 | 0.52 |
| Hex | 5F | 78 | AA | 2C | 1D | 0 | 21 | DC | 1F | 34 |
| Octal | 137 | 170 | 252 | 54 | 35 | 0 | 41 | 334 | 37 | 64 |
| Binary | 1011111 | 1111000 | 10101010 | 101100 | 11101 | 0 | 100001 | 11011100 | 11111 | 110100 |
Color Harmonies of #5F78AA
Complementary color
Monochromatic Colors of #5F78AA
Black with #5F78AA
Text Example
Text Example
White with #5F78AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F78AA; }
p { color: rgb(95,120,170); }
H1.HeaderClassName
{
color: #5F78AA;
}
.AnyTagClassName
{
color: #5F78AA;
}
</style>
background-color css
<style>
a { background-color: #5F78AA; }
a { background-color: rgb(95,120,170); }
div.DivClassName
{
background-color: #5F78AA;
}
.BgClassName
{
background-color: #5F78AA;
}
</style>
border-color css
<style>
span { border-color: #5F78AA; }
span { border-color: rgb(95,120,170); }
td.TdClassName
{
border-color: #5F78AA;
}
.TagClassName
{
border-color: #5F78AA;
}
</style>