Shades of Picton Blue #5EABD1
Tints of Picton Blue #5EABD1
RGB
CMYK
RGB Variations
Color information
#5EABD1 (or 0x5EABD1) is known color: Picton Blue. HEX triplet: 5E, AB and D1. RGB value is (94,171,209). Sum of RGB (Red+Green+Blue) = 94+171+209=474 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.83% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #5EABD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABD1 is #A1542E. Grayscale: #989898. Windows color (decimal): -10572847 or 13740894. OLE color: 13740894.
HSL color Cylindrical-coordinate representation of color #5EABD1: hue angle of 199.83º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EABD1 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 171 | 209 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.18 |
| HSL | 199.83º | 0.56% | 0.59% | - |
| HSV(B) | 199.83º | 0.55% | 0.82% | - |
| XYZ | 30.69 | 36.11 | 65.67 | - |
| YUV | 152.31 | 159.99 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 209 | 0.55 | 0.18 | 0 | 0.18 | 199.83 | 0.56 | 0.59 |
| Hex | 5E | AB | D1 | 37 | 12 | 0 | 12 | C8 | 38 | 3B |
| Octal | 136 | 253 | 321 | 67 | 22 | 0 | 22 | 310 | 70 | 73 |
| Binary | 1011110 | 10101011 | 11010001 | 110111 | 10010 | 0 | 10010 | 11001000 | 111000 | 111011 |
Color Harmonies of #5EABD1
Complementary color
Monochromatic Colors of #5EABD1
Black with #5EABD1
Text Example
Text Example
White with #5EABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABD1; }
p { color: rgb(94,171,209); }
H1.HeaderClassName
{
color: #5EABD1;
}
.AnyTagClassName
{
color: #5EABD1;
}
</style>
background-color css
<style>
a { background-color: #5EABD1; }
a { background-color: rgb(94,171,209); }
div.DivClassName
{
background-color: #5EABD1;
}
.BgClassName
{
background-color: #5EABD1;
}
</style>
border-color css
<style>
span { border-color: #5EABD1; }
span { border-color: rgb(94,171,209); }
td.TdClassName
{
border-color: #5EABD1;
}
.TagClassName
{
border-color: #5EABD1;
}
</style>