Shades of Picton Blue #5E9ADE
Tints of Picton Blue #5E9ADE
RGB
CMYK
RGB Variations
Color information
#5E9ADE (or 0x5E9ADE) is known color: Picton Blue. HEX triplet: 5E, 9A and DE. RGB value is (94,154,222). Sum of RGB (Red+Green+Blue) = 94+154+222=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E9ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9ADE is #A16521. Grayscale: #8F8F8F. Windows color (decimal): -10577186 or 14588510. OLE color: 14588510.
HSL color Cylindrical-coordinate representation of color #5E9ADE: hue angle of 211.88º 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 #5E9ADE is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 154 | 222 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.13 |
| HSL | 211.88º | 0.66% | 0.62% | - |
| HSV(B) | 211.88º | 0.58% | 0.87% | - |
| XYZ | 29.36 | 30.76 | 73.5 | - |
| YUV | 143.81 | 172.12 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 222 | 0.58 | 0.31 | 0 | 0.13 | 211.88 | 0.66 | 0.62 |
| Hex | 5E | 9A | DE | 3A | 1F | 0 | D | D4 | 42 | 3E |
| Octal | 136 | 232 | 336 | 72 | 37 | 0 | 15 | 324 | 102 | 76 |
| Binary | 1011110 | 10011010 | 11011110 | 111010 | 11111 | 0 | 1101 | 11010100 | 1000010 | 111110 |
Color Harmonies of #5E9ADE
Complementary color
Monochromatic Colors of #5E9ADE
Black with #5E9ADE
Text Example
Text Example
White with #5E9ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9ADE; }
p { color: rgb(94,154,222); }
H1.HeaderClassName
{
color: #5E9ADE;
}
.AnyTagClassName
{
color: #5E9ADE;
}
</style>
background-color css
<style>
a { background-color: #5E9ADE; }
a { background-color: rgb(94,154,222); }
div.DivClassName
{
background-color: #5E9ADE;
}
.BgClassName
{
background-color: #5E9ADE;
}
</style>
border-color css
<style>
span { border-color: #5E9ADE; }
span { border-color: rgb(94,154,222); }
td.TdClassName
{
border-color: #5E9ADE;
}
.TagClassName
{
border-color: #5E9ADE;
}
</style>