Shades of Picton Blue #5FA2DF
Tints of Picton Blue #5FA2DF
RGB
CMYK
RGB Variations
Color information
#5FA2DF (or 0x5FA2DF) is known color: Picton Blue. HEX triplet: 5F, A2 and DF. RGB value is (95,162,223). Sum of RGB (Red+Green+Blue) = 95+162+223=480 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.79% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #5FA2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA2DF is #A05D20. Grayscale: #949494. Windows color (decimal): -10509601 or 14656095. OLE color: 14656095.
HSL color Cylindrical-coordinate representation of color #5FA2DF: hue angle of 208.59º degrees, saturation: 0.67, 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 #5FA2DF is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 162 | 223 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.13 |
| HSL | 208.59º | 0.67% | 0.62% | - |
| HSV(B) | 208.59º | 0.57% | 0.87% | - |
| XYZ | 30.96 | 33.6 | 74.67 | - |
| YUV | 148.92 | 169.8 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 162 | 223 | 0.57 | 0.27 | 0 | 0.13 | 208.59 | 0.67 | 0.62 |
| Hex | 5F | A2 | DF | 39 | 1B | 0 | D | D1 | 43 | 3E |
| Octal | 137 | 242 | 337 | 71 | 33 | 0 | 15 | 321 | 103 | 76 |
| Binary | 1011111 | 10100010 | 11011111 | 111001 | 11011 | 0 | 1101 | 11010001 | 1000011 | 111110 |
Color Harmonies of #5FA2DF
Complementary color
Monochromatic Colors of #5FA2DF
Black with #5FA2DF
Text Example
Text Example
White with #5FA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA2DF; }
p { color: rgb(95,162,223); }
H1.HeaderClassName
{
color: #5FA2DF;
}
.AnyTagClassName
{
color: #5FA2DF;
}
</style>
background-color css
<style>
a { background-color: #5FA2DF; }
a { background-color: rgb(95,162,223); }
div.DivClassName
{
background-color: #5FA2DF;
}
.BgClassName
{
background-color: #5FA2DF;
}
</style>
border-color css
<style>
span { border-color: #5FA2DF; }
span { border-color: rgb(95,162,223); }
td.TdClassName
{
border-color: #5FA2DF;
}
.TagClassName
{
border-color: #5FA2DF;
}
</style>