Shades of Picton Blue #5EAAD9
Tints of Picton Blue #5EAAD9
RGB
CMYK
RGB Variations
Color information
#5EAAD9 (or 0x5EAAD9) is known color: Picton Blue. HEX triplet: 5E, AA and D9. RGB value is (94,170,217). Sum of RGB (Red+Green+Blue) = 94+170+217=481 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.54% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #5EAAD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAAD9 is #A15526. Grayscale: #989898. Windows color (decimal): -10573095 or 14264926. OLE color: 14264926.
HSL color Cylindrical-coordinate representation of color #5EAAD9: hue angle of 202.93º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EAAD9 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 170 | 217 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.15 |
| HSL | 202.93º | 0.62% | 0.61% | - |
| HSV(B) | 202.93º | 0.57% | 0.85% | - |
| XYZ | 31.52 | 36.14 | 70.96 | - |
| YUV | 152.63 | 164.32 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 217 | 0.57 | 0.22 | 0 | 0.15 | 202.93 | 0.62 | 0.61 |
| Hex | 5E | AA | D9 | 39 | 16 | 0 | F | CB | 3E | 3D |
| Octal | 136 | 252 | 331 | 71 | 26 | 0 | 17 | 313 | 76 | 75 |
| Binary | 1011110 | 10101010 | 11011001 | 111001 | 10110 | 0 | 1111 | 11001011 | 111110 | 111101 |
Color Harmonies of #5EAAD9
Complementary color
Monochromatic Colors of #5EAAD9
Black with #5EAAD9
Text Example
Text Example
White with #5EAAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAAD9; }
p { color: rgb(94,170,217); }
H1.HeaderClassName
{
color: #5EAAD9;
}
.AnyTagClassName
{
color: #5EAAD9;
}
</style>
background-color css
<style>
a { background-color: #5EAAD9; }
a { background-color: rgb(94,170,217); }
div.DivClassName
{
background-color: #5EAAD9;
}
.BgClassName
{
background-color: #5EAAD9;
}
</style>
border-color css
<style>
span { border-color: #5EAAD9; }
span { border-color: rgb(94,170,217); }
td.TdClassName
{
border-color: #5EAAD9;
}
.TagClassName
{
border-color: #5EAAD9;
}
</style>