Shades of Picton Blue #5BA1D9
Tints of Picton Blue #5BA1D9
RGB
CMYK
RGB Variations
Color information
#5BA1D9 (or 0x5BA1D9) is known color: Picton Blue. HEX triplet: 5B, A1 and D9. RGB value is (91,161,217). Sum of RGB (Red+Green+Blue) = 91+161+217=469 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.40% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #5BA1D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA1D9 is #A45E26. Grayscale: #929292. Windows color (decimal): -10772007 or 14262619. OLE color: 14262619.
HSL color Cylindrical-coordinate representation of color #5BA1D9: hue angle of 206.67º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BA1D9 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 161 | 217 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.15 |
| HSL | 206.67º | 0.62% | 0.6% | - |
| HSV(B) | 206.67º | 0.58% | 0.85% | - |
| XYZ | 29.58 | 32.72 | 70.4 | - |
| YUV | 146.45 | 167.81 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 217 | 0.58 | 0.26 | 0 | 0.15 | 206.67 | 0.62 | 0.6 |
| Hex | 5B | A1 | D9 | 3A | 1A | 0 | F | CF | 3E | 3C |
| Octal | 133 | 241 | 331 | 72 | 32 | 0 | 17 | 317 | 76 | 74 |
| Binary | 1011011 | 10100001 | 11011001 | 111010 | 11010 | 0 | 1111 | 11001111 | 111110 | 111100 |
Color Harmonies of #5BA1D9
Complementary color
Monochromatic Colors of #5BA1D9
Black with #5BA1D9
Text Example
Text Example
White with #5BA1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA1D9; }
p { color: rgb(91,161,217); }
H1.HeaderClassName
{
color: #5BA1D9;
}
.AnyTagClassName
{
color: #5BA1D9;
}
</style>
background-color css
<style>
a { background-color: #5BA1D9; }
a { background-color: rgb(91,161,217); }
div.DivClassName
{
background-color: #5BA1D9;
}
.BgClassName
{
background-color: #5BA1D9;
}
</style>
border-color css
<style>
span { border-color: #5BA1D9; }
span { border-color: rgb(91,161,217); }
td.TdClassName
{
border-color: #5BA1D9;
}
.TagClassName
{
border-color: #5BA1D9;
}
</style>