Shades of Picton Blue #5FA9CE
Tints of Picton Blue #5FA9CE
RGB
CMYK
RGB Variations
Color information
#5FA9CE (or 0x5FA9CE) is known color: Picton Blue. HEX triplet: 5F, A9 and CE. RGB value is (95,169,206). Sum of RGB (Red+Green+Blue) = 95+169+206=470 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.21% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #5FA9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA9CE is #A05631. Grayscale: #969696. Windows color (decimal): -10507826 or 13543775. OLE color: 13543775.
HSL color Cylindrical-coordinate representation of color #5FA9CE: hue angle of 200º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FA9CE is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 169 | 206 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.19 |
| HSL | 200º | 0.53% | 0.59% | - |
| HSV(B) | 200º | 0.54% | 0.81% | - |
| XYZ | 30.05 | 35.27 | 63.62 | - |
| YUV | 151.09 | 158.98 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 206 | 0.54 | 0.18 | 0 | 0.19 | 200 | 0.53 | 0.59 |
| Hex | 5F | A9 | CE | 36 | 12 | 0 | 13 | C8 | 35 | 3B |
| Octal | 137 | 251 | 316 | 66 | 22 | 0 | 23 | 310 | 65 | 73 |
| Binary | 1011111 | 10101001 | 11001110 | 110110 | 10010 | 0 | 10011 | 11001000 | 110101 | 111011 |
Color Harmonies of #5FA9CE
Complementary color
Monochromatic Colors of #5FA9CE
Black with #5FA9CE
Text Example
Text Example
White with #5FA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA9CE; }
p { color: rgb(95,169,206); }
H1.HeaderClassName
{
color: #5FA9CE;
}
.AnyTagClassName
{
color: #5FA9CE;
}
</style>
background-color css
<style>
a { background-color: #5FA9CE; }
a { background-color: rgb(95,169,206); }
div.DivClassName
{
background-color: #5FA9CE;
}
.BgClassName
{
background-color: #5FA9CE;
}
</style>
border-color css
<style>
span { border-color: #5FA9CE; }
span { border-color: rgb(95,169,206); }
td.TdClassName
{
border-color: #5FA9CE;
}
.TagClassName
{
border-color: #5FA9CE;
}
</style>