Shades of Picton Blue #5FA3CE
Tints of Picton Blue #5FA3CE
RGB
CMYK
RGB Variations
Color information
#5FA3CE (or 0x5FA3CE) is known color: Picton Blue. HEX triplet: 5F, A3 and CE. RGB value is (95,163,206). Sum of RGB (Red+Green+Blue) = 95+163+206=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #5FA3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA3CE is #A05C31. Grayscale: #939393. Windows color (decimal): -10509362 or 13542239. OLE color: 13542239.
HSL color Cylindrical-coordinate representation of color #5FA3CE: hue angle of 203.24º 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 #5FA3CE is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 163 | 206 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.19 |
| HSL | 203.24º | 0.53% | 0.59% | - |
| HSV(B) | 203.24º | 0.54% | 0.81% | - |
| XYZ | 28.96 | 33.08 | 63.25 | - |
| YUV | 147.57 | 160.97 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 206 | 0.54 | 0.21 | 0 | 0.19 | 203.24 | 0.53 | 0.59 |
| Hex | 5F | A3 | CE | 36 | 15 | 0 | 13 | CB | 35 | 3B |
| Octal | 137 | 243 | 316 | 66 | 25 | 0 | 23 | 313 | 65 | 73 |
| Binary | 1011111 | 10100011 | 11001110 | 110110 | 10101 | 0 | 10011 | 11001011 | 110101 | 111011 |
Color Harmonies of #5FA3CE
Complementary color
Monochromatic Colors of #5FA3CE
Black with #5FA3CE
Text Example
Text Example
White with #5FA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA3CE; }
p { color: rgb(95,163,206); }
H1.HeaderClassName
{
color: #5FA3CE;
}
.AnyTagClassName
{
color: #5FA3CE;
}
</style>
background-color css
<style>
a { background-color: #5FA3CE; }
a { background-color: rgb(95,163,206); }
div.DivClassName
{
background-color: #5FA3CE;
}
.BgClassName
{
background-color: #5FA3CE;
}
</style>
border-color css
<style>
span { border-color: #5FA3CE; }
span { border-color: rgb(95,163,206); }
td.TdClassName
{
border-color: #5FA3CE;
}
.TagClassName
{
border-color: #5FA3CE;
}
</style>