Shades of Picton Blue #5EA2CD
Tints of Picton Blue #5EA2CD
RGB
CMYK
RGB Variations
Color information
#5EA2CD (or 0x5EA2CD) is known color: Picton Blue. HEX triplet: 5E, A2 and CD. RGB value is (94,162,205). Sum of RGB (Red+Green+Blue) = 94+162+205=461 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.39% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EA2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA2CD is #A15D32. Grayscale: #929292. Windows color (decimal): -10575155 or 13476446. OLE color: 13476446.
HSL color Cylindrical-coordinate representation of color #5EA2CD: hue angle of 203.24º 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 #5EA2CD is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 162 | 205 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.20 |
| HSL | 203.24º | 0.53% | 0.59% | - |
| HSV(B) | 203.24º | 0.54% | 0.8% | - |
| XYZ | 28.56 | 32.63 | 62.55 | - |
| YUV | 146.57 | 160.97 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 205 | 0.54 | 0.21 | 0 | 0.20 | 203.24 | 0.53 | 0.59 |
| Hex | 5E | A2 | CD | 36 | 15 | 0 | 14 | CB | 35 | 3B |
| Octal | 136 | 242 | 315 | 66 | 25 | 0 | 24 | 313 | 65 | 73 |
| Binary | 1011110 | 10100010 | 11001101 | 110110 | 10101 | 0 | 10100 | 11001011 | 110101 | 111011 |
Color Harmonies of #5EA2CD
Complementary color
Monochromatic Colors of #5EA2CD
Black with #5EA2CD
Text Example
Text Example
White with #5EA2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA2CD; }
p { color: rgb(94,162,205); }
H1.HeaderClassName
{
color: #5EA2CD;
}
.AnyTagClassName
{
color: #5EA2CD;
}
</style>
background-color css
<style>
a { background-color: #5EA2CD; }
a { background-color: rgb(94,162,205); }
div.DivClassName
{
background-color: #5EA2CD;
}
.BgClassName
{
background-color: #5EA2CD;
}
</style>
border-color css
<style>
span { border-color: #5EA2CD; }
span { border-color: rgb(94,162,205); }
td.TdClassName
{
border-color: #5EA2CD;
}
.TagClassName
{
border-color: #5EA2CD;
}
</style>