Shades of Picton Blue #5E9FDC
Tints of Picton Blue #5E9FDC
RGB
CMYK
RGB Variations
Color information
#5E9FDC (or 0x5E9FDC) is known color: Picton Blue. HEX triplet: 5E, 9F and DC. RGB value is (94,159,220). Sum of RGB (Red+Green+Blue) = 94+159+220=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E9FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9FDC is #A16023. Grayscale: #929292. Windows color (decimal): -10575908 or 14458718. OLE color: 14458718.
HSL color Cylindrical-coordinate representation of color #5E9FDC: hue angle of 209.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E9FDC is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 159 | 220 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.14 |
| HSL | 209.05º | 0.64% | 0.62% | - |
| HSV(B) | 209.05º | 0.57% | 0.86% | - |
| XYZ | 29.93 | 32.34 | 72.38 | - |
| YUV | 146.52 | 169.47 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 159 | 220 | 0.57 | 0.28 | 0 | 0.14 | 209.05 | 0.64 | 0.62 |
| Hex | 5E | 9F | DC | 39 | 1C | 0 | E | D1 | 40 | 3E |
| Octal | 136 | 237 | 334 | 71 | 34 | 0 | 16 | 321 | 100 | 76 |
| Binary | 1011110 | 10011111 | 11011100 | 111001 | 11100 | 0 | 1110 | 11010001 | 1000000 | 111110 |
Color Harmonies of #5E9FDC
Complementary color
Monochromatic Colors of #5E9FDC
Black with #5E9FDC
Text Example
Text Example
White with #5E9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9FDC; }
p { color: rgb(94,159,220); }
H1.HeaderClassName
{
color: #5E9FDC;
}
.AnyTagClassName
{
color: #5E9FDC;
}
</style>
background-color css
<style>
a { background-color: #5E9FDC; }
a { background-color: rgb(94,159,220); }
div.DivClassName
{
background-color: #5E9FDC;
}
.BgClassName
{
background-color: #5E9FDC;
}
</style>
border-color css
<style>
span { border-color: #5E9FDC; }
span { border-color: rgb(94,159,220); }
td.TdClassName
{
border-color: #5E9FDC;
}
.TagClassName
{
border-color: #5E9FDC;
}
</style>