Shades of Picton Blue #5BA3DA
Tints of Picton Blue #5BA3DA
RGB
CMYK
RGB Variations
Color information
#5BA3DA (or 0x5BA3DA) is known color: Picton Blue. HEX triplet: 5B, A3 and DA. RGB value is (91,163,218). Sum of RGB (Red+Green+Blue) = 91+163+218=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #5BA3DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA3DA is #A45C25. Grayscale: #939393. Windows color (decimal): -10771494 or 14328667. OLE color: 14328667.
HSL color Cylindrical-coordinate representation of color #5BA3DA: hue angle of 205.98º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BA3DA is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 163 | 218 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.15 |
| HSL | 205.98º | 0.63% | 0.61% | - |
| HSV(B) | 205.98º | 0.58% | 0.85% | - |
| XYZ | 30.07 | 33.48 | 71.21 | - |
| YUV | 147.74 | 167.65 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 218 | 0.58 | 0.25 | 0 | 0.15 | 205.98 | 0.63 | 0.61 |
| Hex | 5B | A3 | DA | 3A | 19 | 0 | F | CE | 3F | 3D |
| Octal | 133 | 243 | 332 | 72 | 31 | 0 | 17 | 316 | 77 | 75 |
| Binary | 1011011 | 10100011 | 11011010 | 111010 | 11001 | 0 | 1111 | 11001110 | 111111 | 111101 |
Color Harmonies of #5BA3DA
Complementary color
Monochromatic Colors of #5BA3DA
Black with #5BA3DA
Text Example
Text Example
White with #5BA3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA3DA; }
p { color: rgb(91,163,218); }
H1.HeaderClassName
{
color: #5BA3DA;
}
.AnyTagClassName
{
color: #5BA3DA;
}
</style>
background-color css
<style>
a { background-color: #5BA3DA; }
a { background-color: rgb(91,163,218); }
div.DivClassName
{
background-color: #5BA3DA;
}
.BgClassName
{
background-color: #5BA3DA;
}
</style>
border-color css
<style>
span { border-color: #5BA3DA; }
span { border-color: rgb(91,163,218); }
td.TdClassName
{
border-color: #5BA3DA;
}
.TagClassName
{
border-color: #5BA3DA;
}
</style>