Shades of Picton Blue #5F9FCC
Tints of Picton Blue #5F9FCC
RGB
CMYK
RGB Variations
Color information
#5F9FCC (or 0x5F9FCC) is known color: Picton Blue. HEX triplet: 5F, 9F and CC. RGB value is (95,159,204). Sum of RGB (Red+Green+Blue) = 95+159+204=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F9FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9FCC is #A06033. Grayscale: #909090. Windows color (decimal): -10510388 or 13410143. OLE color: 13410143.
HSL color Cylindrical-coordinate representation of color #5F9FCC: hue angle of 204.77º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F9FCC is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 159 | 204 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.2 |
| HSL | 204.77º | 0.52% | 0.59% | - |
| HSV(B) | 204.77º | 0.53% | 0.8% | - |
| XYZ | 28.02 | 31.59 | 61.75 | - |
| YUV | 144.99 | 161.3 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 159 | 204 | 0.53 | 0.22 | 0 | 0.2 | 204.77 | 0.52 | 0.59 |
| Hex | 5F | 9F | CC | 35 | 16 | 0 | 14 | CD | 34 | 3B |
| Octal | 137 | 237 | 314 | 65 | 26 | 0 | 24 | 315 | 64 | 73 |
| Binary | 1011111 | 10011111 | 11001100 | 110101 | 10110 | 0 | 10100 | 11001101 | 110100 | 111011 |
Color Harmonies of #5F9FCC
Complementary color
Monochromatic Colors of #5F9FCC
Black with #5F9FCC
Text Example
Text Example
White with #5F9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9FCC; }
p { color: rgb(95,159,204); }
H1.HeaderClassName
{
color: #5F9FCC;
}
.AnyTagClassName
{
color: #5F9FCC;
}
</style>
background-color css
<style>
a { background-color: #5F9FCC; }
a { background-color: rgb(95,159,204); }
div.DivClassName
{
background-color: #5F9FCC;
}
.BgClassName
{
background-color: #5F9FCC;
}
</style>
border-color css
<style>
span { border-color: #5F9FCC; }
span { border-color: rgb(95,159,204); }
td.TdClassName
{
border-color: #5F9FCC;
}
.TagClassName
{
border-color: #5F9FCC;
}
</style>