Shades of Picton Blue #5F9FCD
Tints of Picton Blue #5F9FCD
RGB
CMYK
RGB Variations
Color information
#5F9FCD (or 0x5F9FCD) is known color: Picton Blue. HEX triplet: 5F, 9F and CD. RGB value is (95,159,205). Sum of RGB (Red+Green+Blue) = 95+159+205=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F9FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9FCD is #A06032. Grayscale: #909090. Windows color (decimal): -10510387 or 13475679. OLE color: 13475679.
HSL color Cylindrical-coordinate representation of color #5F9FCD: hue angle of 205.09º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F9FCD is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 159 | 205 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.20 |
| HSL | 205.09º | 0.52% | 0.59% | - |
| HSV(B) | 205.09º | 0.54% | 0.8% | - |
| XYZ | 28.14 | 31.64 | 62.38 | - |
| YUV | 145.11 | 161.8 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 159 | 205 | 0.54 | 0.22 | 0 | 0.20 | 205.09 | 0.52 | 0.59 |
| Hex | 5F | 9F | CD | 36 | 16 | 0 | 14 | CD | 34 | 3B |
| Octal | 137 | 237 | 315 | 66 | 26 | 0 | 24 | 315 | 64 | 73 |
| Binary | 1011111 | 10011111 | 11001101 | 110110 | 10110 | 0 | 10100 | 11001101 | 110100 | 111011 |
Color Harmonies of #5F9FCD
Complementary color
Monochromatic Colors of #5F9FCD
Black with #5F9FCD
Text Example
Text Example
White with #5F9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9FCD; }
p { color: rgb(95,159,205); }
H1.HeaderClassName
{
color: #5F9FCD;
}
.AnyTagClassName
{
color: #5F9FCD;
}
</style>
background-color css
<style>
a { background-color: #5F9FCD; }
a { background-color: rgb(95,159,205); }
div.DivClassName
{
background-color: #5F9FCD;
}
.BgClassName
{
background-color: #5F9FCD;
}
</style>
border-color css
<style>
span { border-color: #5F9FCD; }
span { border-color: rgb(95,159,205); }
td.TdClassName
{
border-color: #5F9FCD;
}
.TagClassName
{
border-color: #5F9FCD;
}
</style>