Shades of Picton Blue #5E9FCF
Tints of Picton Blue #5E9FCF
RGB
CMYK
RGB Variations
Color information
#5E9FCF (or 0x5E9FCF) is known color: Picton Blue. HEX triplet: 5E, 9F and CF. RGB value is (94,159,207). Sum of RGB (Red+Green+Blue) = 94+159+207=460 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.43% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E9FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9FCF is #A16030. Grayscale: #909090. Windows color (decimal): -10575921 or 13606750. OLE color: 13606750.
HSL color Cylindrical-coordinate representation of color #5E9FCF: hue angle of 205.49º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E9FCF is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 159 | 207 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.19 |
| HSL | 205.49º | 0.54% | 0.59% | - |
| HSV(B) | 205.49º | 0.55% | 0.81% | - |
| XYZ | 28.28 | 31.68 | 63.66 | - |
| YUV | 145.04 | 162.97 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 159 | 207 | 0.55 | 0.23 | 0 | 0.19 | 205.49 | 0.54 | 0.59 |
| Hex | 5E | 9F | CF | 37 | 17 | 0 | 13 | CD | 36 | 3B |
| Octal | 136 | 237 | 317 | 67 | 27 | 0 | 23 | 315 | 66 | 73 |
| Binary | 1011110 | 10011111 | 11001111 | 110111 | 10111 | 0 | 10011 | 11001101 | 110110 | 111011 |
Color Harmonies of #5E9FCF
Complementary color
Monochromatic Colors of #5E9FCF
Black with #5E9FCF
Text Example
Text Example
White with #5E9FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9FCF; }
p { color: rgb(94,159,207); }
H1.HeaderClassName
{
color: #5E9FCF;
}
.AnyTagClassName
{
color: #5E9FCF;
}
</style>
background-color css
<style>
a { background-color: #5E9FCF; }
a { background-color: rgb(94,159,207); }
div.DivClassName
{
background-color: #5E9FCF;
}
.BgClassName
{
background-color: #5E9FCF;
}
</style>
border-color css
<style>
span { border-color: #5E9FCF; }
span { border-color: rgb(94,159,207); }
td.TdClassName
{
border-color: #5E9FCF;
}
.TagClassName
{
border-color: #5E9FCF;
}
</style>