Shades of Chetwode Blue #5F71B1
Tints of Chetwode Blue #5F71B1
RGB
CMYK
RGB Variations
Color information
#5F71B1 (or 0x5F71B1) is known color: Chetwode Blue. HEX triplet: 5F, 71 and B1. RGB value is (95,113,177). Sum of RGB (Red+Green+Blue) = 95+113+177=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #5F71B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F71B1 is #A08E4E. Grayscale: #727272. Windows color (decimal): -10522191 or 11628895. OLE color: 11628895.
HSL color Cylindrical-coordinate representation of color #5F71B1: hue angle of 226.83º 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 #5F71B1 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 113 | 177 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.31 |
| HSL | 226.83º | 0.34% | 0.53% | - |
| HSV(B) | 226.83º | 0.46% | 0.69% | - |
| XYZ | 18.56 | 17.42 | 43.98 | - |
| YUV | 114.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 177 | 0.46 | 0.36 | 0 | 0.31 | 226.83 | 0.34 | 0.53 |
| Hex | 5F | 71 | B1 | 2E | 24 | 0 | 1F | E3 | 22 | 35 |
| Octal | 137 | 161 | 261 | 56 | 44 | 0 | 37 | 343 | 42 | 65 |
| Binary | 1011111 | 1110001 | 10110001 | 101110 | 100100 | 0 | 11111 | 11100011 | 100010 | 110101 |
Color Harmonies of #5F71B1
Complementary color
Monochromatic Colors of #5F71B1
Black with #5F71B1
Text Example
Text Example
White with #5F71B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F71B1; }
p { color: rgb(95,113,177); }
H1.HeaderClassName
{
color: #5F71B1;
}
.AnyTagClassName
{
color: #5F71B1;
}
</style>
background-color css
<style>
a { background-color: #5F71B1; }
a { background-color: rgb(95,113,177); }
div.DivClassName
{
background-color: #5F71B1;
}
.BgClassName
{
background-color: #5F71B1;
}
</style>
border-color css
<style>
span { border-color: #5F71B1; }
span { border-color: rgb(95,113,177); }
td.TdClassName
{
border-color: #5F71B1;
}
.TagClassName
{
border-color: #5F71B1;
}
</style>