Shades of Picton Blue #5F9ECA
Tints of Picton Blue #5F9ECA
RGB
CMYK
RGB Variations
Color information
#5F9ECA (or 0x5F9ECA) is known color: Picton Blue. HEX triplet: 5F, 9E and CA. RGB value is (95,158,202). Sum of RGB (Red+Green+Blue) = 95+158+202=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F9ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9ECA is #A06135. Grayscale: #8F8F8F. Windows color (decimal): -10510646 or 13278815. OLE color: 13278815.
HSL color Cylindrical-coordinate representation of color #5F9ECA: hue angle of 204.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F9ECA is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 158 | 202 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.21 |
| HSL | 204.67º | 0.5% | 0.58% | - |
| HSV(B) | 204.67º | 0.53% | 0.79% | - |
| XYZ | 27.61 | 31.15 | 60.43 | - |
| YUV | 144.18 | 160.63 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 158 | 202 | 0.53 | 0.22 | 0 | 0.21 | 204.67 | 0.5 | 0.58 |
| Hex | 5F | 9E | CA | 35 | 16 | 0 | 15 | CD | 32 | 3A |
| Octal | 137 | 236 | 312 | 65 | 26 | 0 | 25 | 315 | 62 | 72 |
| Binary | 1011111 | 10011110 | 11001010 | 110101 | 10110 | 0 | 10101 | 11001101 | 110010 | 111010 |
Color Harmonies of #5F9ECA
Complementary color
Monochromatic Colors of #5F9ECA
Black with #5F9ECA
Text Example
Text Example
White with #5F9ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9ECA; }
p { color: rgb(95,158,202); }
H1.HeaderClassName
{
color: #5F9ECA;
}
.AnyTagClassName
{
color: #5F9ECA;
}
</style>
background-color css
<style>
a { background-color: #5F9ECA; }
a { background-color: rgb(95,158,202); }
div.DivClassName
{
background-color: #5F9ECA;
}
.BgClassName
{
background-color: #5F9ECA;
}
</style>
border-color css
<style>
span { border-color: #5F9ECA; }
span { border-color: rgb(95,158,202); }
td.TdClassName
{
border-color: #5F9ECA;
}
.TagClassName
{
border-color: #5F9ECA;
}
</style>