Shades of Picton Blue #5FA6CA
Tints of Picton Blue #5FA6CA
RGB
CMYK
RGB Variations
Color information
#5FA6CA (or 0x5FA6CA) is known color: Picton Blue. HEX triplet: 5F, A6 and CA. RGB value is (95,166,202). Sum of RGB (Red+Green+Blue) = 95+166+202=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #5FA6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA6CA is #A05935. Grayscale: #949494. Windows color (decimal): -10508598 or 13280863. OLE color: 13280863.
HSL color Cylindrical-coordinate representation of color #5FA6CA: hue angle of 200.19º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FA6CA is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 166 | 202 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.21 |
| HSL | 200.19º | 0.5% | 0.58% | - |
| HSV(B) | 200.19º | 0.53% | 0.79% | - |
| XYZ | 29.02 | 33.97 | 60.9 | - |
| YUV | 148.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 202 | 0.53 | 0.18 | 0 | 0.21 | 200.19 | 0.5 | 0.58 |
| Hex | 5F | A6 | CA | 35 | 12 | 0 | 15 | C8 | 32 | 3A |
| Octal | 137 | 246 | 312 | 65 | 22 | 0 | 25 | 310 | 62 | 72 |
| Binary | 1011111 | 10100110 | 11001010 | 110101 | 10010 | 0 | 10101 | 11001000 | 110010 | 111010 |
Color Harmonies of #5FA6CA
Complementary color
Monochromatic Colors of #5FA6CA
Black with #5FA6CA
Text Example
Text Example
White with #5FA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA6CA; }
p { color: rgb(95,166,202); }
H1.HeaderClassName
{
color: #5FA6CA;
}
.AnyTagClassName
{
color: #5FA6CA;
}
</style>
background-color css
<style>
a { background-color: #5FA6CA; }
a { background-color: rgb(95,166,202); }
div.DivClassName
{
background-color: #5FA6CA;
}
.BgClassName
{
background-color: #5FA6CA;
}
</style>
border-color css
<style>
span { border-color: #5FA6CA; }
span { border-color: rgb(95,166,202); }
td.TdClassName
{
border-color: #5FA6CA;
}
.TagClassName
{
border-color: #5FA6CA;
}
</style>