Shades of Picton Blue #5BA3E1
Tints of Picton Blue #5BA3E1
RGB
CMYK
RGB Variations
Color information
#5BA3E1 (or 0x5BA3E1) is known color: Picton Blue. HEX triplet: 5B, A3 and E1. RGB value is (91,163,225). Sum of RGB (Red+Green+Blue) = 91+163+225=479 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.00% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #5BA3E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA3E1 is #A45C1E. Grayscale: #949494. Windows color (decimal): -10771487 or 14787419. OLE color: 14787419.
HSL color Cylindrical-coordinate representation of color #5BA3E1: hue angle of 207.76º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BA3E1 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 163 | 225 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.12 |
| HSL | 207.76º | 0.69% | 0.62% | - |
| HSV(B) | 207.76º | 0.6% | 0.88% | - |
| XYZ | 31 | 33.85 | 76.13 | - |
| YUV | 148.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 225 | 0.60 | 0.28 | 0 | 0.12 | 207.76 | 0.69 | 0.62 |
| Hex | 5B | A3 | E1 | 3C | 1C | 0 | C | D0 | 45 | 3E |
| Octal | 133 | 243 | 341 | 74 | 34 | 0 | 14 | 320 | 105 | 76 |
| Binary | 1011011 | 10100011 | 11100001 | 111100 | 11100 | 0 | 1100 | 11010000 | 1000101 | 111110 |
Color Harmonies of #5BA3E1
Complementary color
Monochromatic Colors of #5BA3E1
Black with #5BA3E1
Text Example
Text Example
White with #5BA3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA3E1; }
p { color: rgb(91,163,225); }
H1.HeaderClassName
{
color: #5BA3E1;
}
.AnyTagClassName
{
color: #5BA3E1;
}
</style>
background-color css
<style>
a { background-color: #5BA3E1; }
a { background-color: rgb(91,163,225); }
div.DivClassName
{
background-color: #5BA3E1;
}
.BgClassName
{
background-color: #5BA3E1;
}
</style>
border-color css
<style>
span { border-color: #5BA3E1; }
span { border-color: rgb(91,163,225); }
td.TdClassName
{
border-color: #5BA3E1;
}
.TagClassName
{
border-color: #5BA3E1;
}
</style>