Shades of Picton Blue #5E9FDE
Tints of Picton Blue #5E9FDE
RGB
CMYK
RGB Variations
Color information
#5E9FDE (or 0x5E9FDE) is known color: Picton Blue. HEX triplet: 5E, 9F and DE. RGB value is (94,159,222). Sum of RGB (Red+Green+Blue) = 94+159+222=475 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.79% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E9FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9FDE is #A16021. Grayscale: #929292. Windows color (decimal): -10575906 or 14589790. OLE color: 14589790.
HSL color Cylindrical-coordinate representation of color #5E9FDE: hue angle of 209.53º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E9FDE is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 159 | 222 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.13 |
| HSL | 209.53º | 0.66% | 0.62% | - |
| HSV(B) | 209.53º | 0.58% | 0.87% | - |
| XYZ | 30.2 | 32.45 | 73.78 | - |
| YUV | 146.75 | 170.47 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 159 | 222 | 0.58 | 0.28 | 0 | 0.13 | 209.53 | 0.66 | 0.62 |
| Hex | 5E | 9F | DE | 3A | 1C | 0 | D | D2 | 42 | 3E |
| Octal | 136 | 237 | 336 | 72 | 34 | 0 | 15 | 322 | 102 | 76 |
| Binary | 1011110 | 10011111 | 11011110 | 111010 | 11100 | 0 | 1101 | 11010010 | 1000010 | 111110 |
Color Harmonies of #5E9FDE
Complementary color
Monochromatic Colors of #5E9FDE
Black with #5E9FDE
Text Example
Text Example
White with #5E9FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9FDE; }
p { color: rgb(94,159,222); }
H1.HeaderClassName
{
color: #5E9FDE;
}
.AnyTagClassName
{
color: #5E9FDE;
}
</style>
background-color css
<style>
a { background-color: #5E9FDE; }
a { background-color: rgb(94,159,222); }
div.DivClassName
{
background-color: #5E9FDE;
}
.BgClassName
{
background-color: #5E9FDE;
}
</style>
border-color css
<style>
span { border-color: #5E9FDE; }
span { border-color: rgb(94,159,222); }
td.TdClassName
{
border-color: #5E9FDE;
}
.TagClassName
{
border-color: #5E9FDE;
}
</style>