Shades of Picton Blue #5FA0DC
Tints of Picton Blue #5FA0DC
RGB
CMYK
RGB Variations
Color information
#5FA0DC (or 0x5FA0DC) is known color: Picton Blue. HEX triplet: 5F, A0 and DC. RGB value is (95,160,220). Sum of RGB (Red+Green+Blue) = 95+160+220=475 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FA0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA0DC is #A05F23. Grayscale: #939393. Windows color (decimal): -10510116 or 14458975. OLE color: 14458975.
HSL color Cylindrical-coordinate representation of color #5FA0DC: hue angle of 208.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FA0DC is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 160 | 220 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.14 |
| HSL | 208.8º | 0.64% | 0.62% | - |
| HSV(B) | 208.8º | 0.57% | 0.86% | - |
| XYZ | 30.21 | 32.74 | 72.44 | - |
| YUV | 147.41 | 168.97 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 160 | 220 | 0.57 | 0.27 | 0 | 0.14 | 208.8 | 0.64 | 0.62 |
| Hex | 5F | A0 | DC | 39 | 1B | 0 | E | D1 | 40 | 3E |
| Octal | 137 | 240 | 334 | 71 | 33 | 0 | 16 | 321 | 100 | 76 |
| Binary | 1011111 | 10100000 | 11011100 | 111001 | 11011 | 0 | 1110 | 11010001 | 1000000 | 111110 |
Color Harmonies of #5FA0DC
Complementary color
Monochromatic Colors of #5FA0DC
Black with #5FA0DC
Text Example
Text Example
White with #5FA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA0DC; }
p { color: rgb(95,160,220); }
H1.HeaderClassName
{
color: #5FA0DC;
}
.AnyTagClassName
{
color: #5FA0DC;
}
</style>
background-color css
<style>
a { background-color: #5FA0DC; }
a { background-color: rgb(95,160,220); }
div.DivClassName
{
background-color: #5FA0DC;
}
.BgClassName
{
background-color: #5FA0DC;
}
</style>
border-color css
<style>
span { border-color: #5FA0DC; }
span { border-color: rgb(95,160,220); }
td.TdClassName
{
border-color: #5FA0DC;
}
.TagClassName
{
border-color: #5FA0DC;
}
</style>