Shades of Picton Blue #5EA7CC
Tints of Picton Blue #5EA7CC
RGB
CMYK
RGB Variations
Color information
#5EA7CC (or 0x5EA7CC) is known color: Picton Blue. HEX triplet: 5E, A7 and CC. RGB value is (94,167,204). Sum of RGB (Red+Green+Blue) = 94+167+204=465 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.22% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #5EA7CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA7CC is #A15833. Grayscale: #959595. Windows color (decimal): -10573876 or 13412190. OLE color: 13412190.
HSL color Cylindrical-coordinate representation of color #5EA7CC: hue angle of 200.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EA7CC is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 167 | 204 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.2 |
| HSL | 200.18º | 0.52% | 0.58% | - |
| HSV(B) | 200.18º | 0.54% | 0.8% | - |
| XYZ | 29.33 | 34.38 | 62.22 | - |
| YUV | 149.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 167 | 204 | 0.54 | 0.18 | 0 | 0.2 | 200.18 | 0.52 | 0.58 |
| Hex | 5E | A7 | CC | 36 | 12 | 0 | 14 | C8 | 34 | 3A |
| Octal | 136 | 247 | 314 | 66 | 22 | 0 | 24 | 310 | 64 | 72 |
| Binary | 1011110 | 10100111 | 11001100 | 110110 | 10010 | 0 | 10100 | 11001000 | 110100 | 111010 |
Color Harmonies of #5EA7CC
Complementary color
Monochromatic Colors of #5EA7CC
Black with #5EA7CC
Text Example
Text Example
White with #5EA7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA7CC; }
p { color: rgb(94,167,204); }
H1.HeaderClassName
{
color: #5EA7CC;
}
.AnyTagClassName
{
color: #5EA7CC;
}
</style>
background-color css
<style>
a { background-color: #5EA7CC; }
a { background-color: rgb(94,167,204); }
div.DivClassName
{
background-color: #5EA7CC;
}
.BgClassName
{
background-color: #5EA7CC;
}
</style>
border-color css
<style>
span { border-color: #5EA7CC; }
span { border-color: rgb(94,167,204); }
td.TdClassName
{
border-color: #5EA7CC;
}
.TagClassName
{
border-color: #5EA7CC;
}
</style>