Shades of Picton Blue #5FA3DD
Tints of Picton Blue #5FA3DD
RGB
CMYK
RGB Variations
Color information
#5FA3DD (or 0x5FA3DD) is known color: Picton Blue. HEX triplet: 5F, A3 and DD. RGB value is (95,163,221). Sum of RGB (Red+Green+Blue) = 95+163+221=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #5FA3DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA3DD is #A05C22. Grayscale: #949494. Windows color (decimal): -10509347 or 14525279. OLE color: 14525279.
HSL color Cylindrical-coordinate representation of color #5FA3DD: hue angle of 207.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FA3DD is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 163 | 221 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.13 |
| HSL | 207.62º | 0.65% | 0.62% | - |
| HSV(B) | 207.62º | 0.57% | 0.87% | - |
| XYZ | 30.87 | 33.85 | 73.31 | - |
| YUV | 149.28 | 168.47 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 221 | 0.57 | 0.26 | 0 | 0.13 | 207.62 | 0.65 | 0.62 |
| Hex | 5F | A3 | DD | 39 | 1A | 0 | D | D0 | 41 | 3E |
| Octal | 137 | 243 | 335 | 71 | 32 | 0 | 15 | 320 | 101 | 76 |
| Binary | 1011111 | 10100011 | 11011101 | 111001 | 11010 | 0 | 1101 | 11010000 | 1000001 | 111110 |
Color Harmonies of #5FA3DD
Complementary color
Monochromatic Colors of #5FA3DD
Black with #5FA3DD
Text Example
Text Example
White with #5FA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA3DD; }
p { color: rgb(95,163,221); }
H1.HeaderClassName
{
color: #5FA3DD;
}
.AnyTagClassName
{
color: #5FA3DD;
}
</style>
background-color css
<style>
a { background-color: #5FA3DD; }
a { background-color: rgb(95,163,221); }
div.DivClassName
{
background-color: #5FA3DD;
}
.BgClassName
{
background-color: #5FA3DD;
}
</style>
border-color css
<style>
span { border-color: #5FA3DD; }
span { border-color: rgb(95,163,221); }
td.TdClassName
{
border-color: #5FA3DD;
}
.TagClassName
{
border-color: #5FA3DD;
}
</style>