Shades of Picton Blue #5FA7CE
Tints of Picton Blue #5FA7CE
RGB
CMYK
RGB Variations
Color information
#5FA7CE (or 0x5FA7CE) is known color: Picton Blue. HEX triplet: 5F, A7 and CE. RGB value is (95,167,206). Sum of RGB (Red+Green+Blue) = 95+167+206=468 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.30% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #5FA7CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA7CE is #A05831. Grayscale: #959595. Windows color (decimal): -10508338 or 13543263. OLE color: 13543263.
HSL color Cylindrical-coordinate representation of color #5FA7CE: hue angle of 201.08º 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 #5FA7CE is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 167 | 206 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.19 |
| HSL | 201.08º | 0.53% | 0.59% | - |
| HSV(B) | 201.08º | 0.54% | 0.81% | - |
| XYZ | 29.68 | 34.53 | 63.49 | - |
| YUV | 149.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 167 | 206 | 0.54 | 0.19 | 0 | 0.19 | 201.08 | 0.53 | 0.59 |
| Hex | 5F | A7 | CE | 36 | 13 | 0 | 13 | C9 | 35 | 3B |
| Octal | 137 | 247 | 316 | 66 | 23 | 0 | 23 | 311 | 65 | 73 |
| Binary | 1011111 | 10100111 | 11001110 | 110110 | 10011 | 0 | 10011 | 11001001 | 110101 | 111011 |
Color Harmonies of #5FA7CE
Complementary color
Monochromatic Colors of #5FA7CE
Black with #5FA7CE
Text Example
Text Example
White with #5FA7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA7CE; }
p { color: rgb(95,167,206); }
H1.HeaderClassName
{
color: #5FA7CE;
}
.AnyTagClassName
{
color: #5FA7CE;
}
</style>
background-color css
<style>
a { background-color: #5FA7CE; }
a { background-color: rgb(95,167,206); }
div.DivClassName
{
background-color: #5FA7CE;
}
.BgClassName
{
background-color: #5FA7CE;
}
</style>
border-color css
<style>
span { border-color: #5FA7CE; }
span { border-color: rgb(95,167,206); }
td.TdClassName
{
border-color: #5FA7CE;
}
.TagClassName
{
border-color: #5FA7CE;
}
</style>