Shades of Picton Blue #5BA1CE
Tints of Picton Blue #5BA1CE
RGB
CMYK
RGB Variations
Color information
#5BA1CE (or 0x5BA1CE) is known color: Picton Blue. HEX triplet: 5B, A1 and CE. RGB value is (91,161,206). Sum of RGB (Red+Green+Blue) = 91+161+206=458 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.87% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BA1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA1CE is #A45E31. Grayscale: #909090. Windows color (decimal): -10772018 or 13541723. OLE color: 13541723.
HSL color Cylindrical-coordinate representation of color #5BA1CE: hue angle of 203.48º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BA1CE is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 161 | 206 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.19 |
| HSL | 203.48º | 0.54% | 0.58% | - |
| HSV(B) | 203.48º | 0.56% | 0.81% | - |
| XYZ | 28.2 | 32.17 | 63.12 | - |
| YUV | 145.2 | 162.31 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 206 | 0.56 | 0.22 | 0 | 0.19 | 203.48 | 0.54 | 0.58 |
| Hex | 5B | A1 | CE | 38 | 16 | 0 | 13 | CB | 36 | 3A |
| Octal | 133 | 241 | 316 | 70 | 26 | 0 | 23 | 313 | 66 | 72 |
| Binary | 1011011 | 10100001 | 11001110 | 111000 | 10110 | 0 | 10011 | 11001011 | 110110 | 111010 |
Color Harmonies of #5BA1CE
Complementary color
Monochromatic Colors of #5BA1CE
Black with #5BA1CE
Text Example
Text Example
White with #5BA1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA1CE; }
p { color: rgb(91,161,206); }
H1.HeaderClassName
{
color: #5BA1CE;
}
.AnyTagClassName
{
color: #5BA1CE;
}
</style>
background-color css
<style>
a { background-color: #5BA1CE; }
a { background-color: rgb(91,161,206); }
div.DivClassName
{
background-color: #5BA1CE;
}
.BgClassName
{
background-color: #5BA1CE;
}
</style>
border-color css
<style>
span { border-color: #5BA1CE; }
span { border-color: rgb(91,161,206); }
td.TdClassName
{
border-color: #5BA1CE;
}
.TagClassName
{
border-color: #5BA1CE;
}
</style>