Shades of Picton Blue #5FA7D9
Tints of Picton Blue #5FA7D9
RGB
CMYK
RGB Variations
Color information
#5FA7D9 (or 0x5FA7D9) is known color: Picton Blue. HEX triplet: 5F, A7 and D9. RGB value is (95,167,217). Sum of RGB (Red+Green+Blue) = 95+167+217=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #5FA7D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA7D9 is #A05826. Grayscale: #969696. Windows color (decimal): -10508327 or 14264159. OLE color: 14264159.
HSL color Cylindrical-coordinate representation of color #5FA7D9: hue angle of 204.59º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FA7D9 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 167 | 217 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.15 |
| HSL | 204.59º | 0.62% | 0.61% | - |
| HSV(B) | 204.59º | 0.56% | 0.85% | - |
| XYZ | 31.06 | 35.08 | 70.78 | - |
| YUV | 151.17 | 165.15 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 167 | 217 | 0.56 | 0.23 | 0 | 0.15 | 204.59 | 0.62 | 0.61 |
| Hex | 5F | A7 | D9 | 38 | 17 | 0 | F | CD | 3E | 3D |
| Octal | 137 | 247 | 331 | 70 | 27 | 0 | 17 | 315 | 76 | 75 |
| Binary | 1011111 | 10100111 | 11011001 | 111000 | 10111 | 0 | 1111 | 11001101 | 111110 | 111101 |
Color Harmonies of #5FA7D9
Complementary color
Monochromatic Colors of #5FA7D9
Black with #5FA7D9
Text Example
Text Example
White with #5FA7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA7D9; }
p { color: rgb(95,167,217); }
H1.HeaderClassName
{
color: #5FA7D9;
}
.AnyTagClassName
{
color: #5FA7D9;
}
</style>
background-color css
<style>
a { background-color: #5FA7D9; }
a { background-color: rgb(95,167,217); }
div.DivClassName
{
background-color: #5FA7D9;
}
.BgClassName
{
background-color: #5FA7D9;
}
</style>
border-color css
<style>
span { border-color: #5FA7D9; }
span { border-color: rgb(95,167,217); }
td.TdClassName
{
border-color: #5FA7D9;
}
.TagClassName
{
border-color: #5FA7D9;
}
</style>