Shades of Picton Blue #5EAACD
Tints of Picton Blue #5EAACD
RGB
CMYK
RGB Variations
Color information
#5EAACD (or 0x5EAACD) is known color: Picton Blue. HEX triplet: 5E, AA and CD. RGB value is (94,170,205). Sum of RGB (Red+Green+Blue) = 94+170+205=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAACD is #A15532. Grayscale: #979797. Windows color (decimal): -10573107 or 13478494. OLE color: 13478494.
HSL color Cylindrical-coordinate representation of color #5EAACD: hue angle of 198.92º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EAACD is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 170 | 205 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.20 |
| HSL | 198.92º | 0.53% | 0.59% | - |
| HSV(B) | 198.92º | 0.54% | 0.8% | - |
| XYZ | 30.01 | 35.54 | 63.04 | - |
| YUV | 151.27 | 158.32 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 205 | 0.54 | 0.17 | 0 | 0.20 | 198.92 | 0.53 | 0.59 |
| Hex | 5E | AA | CD | 36 | 11 | 0 | 14 | C7 | 35 | 3B |
| Octal | 136 | 252 | 315 | 66 | 21 | 0 | 24 | 307 | 65 | 73 |
| Binary | 1011110 | 10101010 | 11001101 | 110110 | 10001 | 0 | 10100 | 11000111 | 110101 | 111011 |
Color Harmonies of #5EAACD
Complementary color
Monochromatic Colors of #5EAACD
Black with #5EAACD
Text Example
Text Example
White with #5EAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAACD; }
p { color: rgb(94,170,205); }
H1.HeaderClassName
{
color: #5EAACD;
}
.AnyTagClassName
{
color: #5EAACD;
}
</style>
background-color css
<style>
a { background-color: #5EAACD; }
a { background-color: rgb(94,170,205); }
div.DivClassName
{
background-color: #5EAACD;
}
.BgClassName
{
background-color: #5EAACD;
}
</style>
border-color css
<style>
span { border-color: #5EAACD; }
span { border-color: rgb(94,170,205); }
td.TdClassName
{
border-color: #5EAACD;
}
.TagClassName
{
border-color: #5EAACD;
}
</style>