Shades of Picton Blue #5BA1DF
Tints of Picton Blue #5BA1DF
RGB
CMYK
RGB Variations
Color information
#5BA1DF (or 0x5BA1DF) is known color: Picton Blue. HEX triplet: 5B, A1 and DF. RGB value is (91,161,223). Sum of RGB (Red+Green+Blue) = 91+161+223=475 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.16% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #5BA1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA1DF is #A45E20. Grayscale: #929292. Windows color (decimal): -10772001 or 14655835. OLE color: 14655835.
HSL color Cylindrical-coordinate representation of color #5BA1DF: hue angle of 208.18º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BA1DF is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 161 | 223 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.13 |
| HSL | 208.18º | 0.67% | 0.62% | - |
| HSV(B) | 208.18º | 0.59% | 0.87% | - |
| XYZ | 30.38 | 33.04 | 74.59 | - |
| YUV | 147.14 | 170.81 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 223 | 0.59 | 0.28 | 0 | 0.13 | 208.18 | 0.67 | 0.62 |
| Hex | 5B | A1 | DF | 3B | 1C | 0 | D | D0 | 43 | 3E |
| Octal | 133 | 241 | 337 | 73 | 34 | 0 | 15 | 320 | 103 | 76 |
| Binary | 1011011 | 10100001 | 11011111 | 111011 | 11100 | 0 | 1101 | 11010000 | 1000011 | 111110 |
Color Harmonies of #5BA1DF
Complementary color
Monochromatic Colors of #5BA1DF
Black with #5BA1DF
Text Example
Text Example
White with #5BA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA1DF; }
p { color: rgb(91,161,223); }
H1.HeaderClassName
{
color: #5BA1DF;
}
.AnyTagClassName
{
color: #5BA1DF;
}
</style>
background-color css
<style>
a { background-color: #5BA1DF; }
a { background-color: rgb(91,161,223); }
div.DivClassName
{
background-color: #5BA1DF;
}
.BgClassName
{
background-color: #5BA1DF;
}
</style>
border-color css
<style>
span { border-color: #5BA1DF; }
span { border-color: rgb(91,161,223); }
td.TdClassName
{
border-color: #5BA1DF;
}
.TagClassName
{
border-color: #5BA1DF;
}
</style>