Shades of Chetwode Blue #5F71AA
Tints of Chetwode Blue #5F71AA
RGB
CMYK
RGB Variations
Color information
#5F71AA (or 0x5F71AA) is known color: Chetwode Blue. HEX triplet: 5F, 71 and AA. RGB value is (95,113,170). Sum of RGB (Red+Green+Blue) = 95+113+170=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F71AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F71AA is #A08E55. Grayscale: #717171. Windows color (decimal): -10522198 or 11170143. OLE color: 11170143.
HSL color Cylindrical-coordinate representation of color #5F71AA: hue angle of 225.6º 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 #5F71AA is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 113 | 170 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.33 |
| HSL | 225.6º | 0.31% | 0.52% | - |
| HSV(B) | 225.6º | 0.44% | 0.67% | - |
| XYZ | 17.88 | 17.15 | 40.4 | - |
| YUV | 114.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 170 | 0.44 | 0.34 | 0 | 0.33 | 225.6 | 0.31 | 0.52 |
| Hex | 5F | 71 | AA | 2C | 22 | 0 | 21 | E2 | 1F | 34 |
| Octal | 137 | 161 | 252 | 54 | 42 | 0 | 41 | 342 | 37 | 64 |
| Binary | 1011111 | 1110001 | 10101010 | 101100 | 100010 | 0 | 100001 | 11100010 | 11111 | 110100 |
Color Harmonies of #5F71AA
Complementary color
Monochromatic Colors of #5F71AA
Black with #5F71AA
Text Example
Text Example
White with #5F71AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F71AA; }
p { color: rgb(95,113,170); }
H1.HeaderClassName
{
color: #5F71AA;
}
.AnyTagClassName
{
color: #5F71AA;
}
</style>
background-color css
<style>
a { background-color: #5F71AA; }
a { background-color: rgb(95,113,170); }
div.DivClassName
{
background-color: #5F71AA;
}
.BgClassName
{
background-color: #5F71AA;
}
</style>
border-color css
<style>
span { border-color: #5F71AA; }
span { border-color: rgb(95,113,170); }
td.TdClassName
{
border-color: #5F71AA;
}
.TagClassName
{
border-color: #5F71AA;
}
</style>