Shades of Picton Blue #5EA2E0
Tints of Picton Blue #5EA2E0
RGB
CMYK
RGB Variations
Color information
#5EA2E0 (or 0x5EA2E0) is known color: Picton Blue. HEX triplet: 5E, A2 and E0. RGB value is (94,162,224). Sum of RGB (Red+Green+Blue) = 94+162+224=480 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.58% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #5EA2E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA2E0 is #A15D1F. Grayscale: #949494. Windows color (decimal): -10575136 or 14721630. OLE color: 14721630.
HSL color Cylindrical-coordinate representation of color #5EA2E0: hue angle of 208.62º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EA2E0 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 162 | 224 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.12 |
| HSL | 208.62º | 0.68% | 0.62% | - |
| HSV(B) | 208.62º | 0.58% | 0.88% | - |
| XYZ | 30.99 | 33.6 | 75.37 | - |
| YUV | 148.74 | 170.47 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 224 | 0.58 | 0.28 | 0 | 0.12 | 208.62 | 0.68 | 0.62 |
| Hex | 5E | A2 | E0 | 3A | 1C | 0 | C | D1 | 44 | 3E |
| Octal | 136 | 242 | 340 | 72 | 34 | 0 | 14 | 321 | 104 | 76 |
| Binary | 1011110 | 10100010 | 11100000 | 111010 | 11100 | 0 | 1100 | 11010001 | 1000100 | 111110 |
Color Harmonies of #5EA2E0
Complementary color
Monochromatic Colors of #5EA2E0
Black with #5EA2E0
Text Example
Text Example
White with #5EA2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA2E0; }
p { color: rgb(94,162,224); }
H1.HeaderClassName
{
color: #5EA2E0;
}
.AnyTagClassName
{
color: #5EA2E0;
}
</style>
background-color css
<style>
a { background-color: #5EA2E0; }
a { background-color: rgb(94,162,224); }
div.DivClassName
{
background-color: #5EA2E0;
}
.BgClassName
{
background-color: #5EA2E0;
}
</style>
border-color css
<style>
span { border-color: #5EA2E0; }
span { border-color: rgb(94,162,224); }
td.TdClassName
{
border-color: #5EA2E0;
}
.TagClassName
{
border-color: #5EA2E0;
}
</style>