Shades of Picton Blue #5BA8CE
Tints of Picton Blue #5BA8CE
RGB
CMYK
RGB Variations
Color information
#5BA8CE (or 0x5BA8CE) is known color: Picton Blue. HEX triplet: 5B, A8 and CE. RGB value is (91,168,206). Sum of RGB (Red+Green+Blue) = 91+168+206=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BA8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA8CE is #A45731. Grayscale: #959595. Windows color (decimal): -10770226 or 13543515. OLE color: 13543515.
HSL color Cylindrical-coordinate representation of color #5BA8CE: hue angle of 199.83º 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 #5BA8CE is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 168 | 206 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.19 |
| HSL | 199.83º | 0.54% | 0.58% | - |
| HSV(B) | 199.83º | 0.56% | 0.81% | - |
| XYZ | 29.46 | 34.69 | 63.53 | - |
| YUV | 149.31 | 159.99 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 206 | 0.56 | 0.18 | 0 | 0.19 | 199.83 | 0.54 | 0.58 |
| Hex | 5B | A8 | CE | 38 | 12 | 0 | 13 | C8 | 36 | 3A |
| Octal | 133 | 250 | 316 | 70 | 22 | 0 | 23 | 310 | 66 | 72 |
| Binary | 1011011 | 10101000 | 11001110 | 111000 | 10010 | 0 | 10011 | 11001000 | 110110 | 111010 |
Color Harmonies of #5BA8CE
Complementary color
Monochromatic Colors of #5BA8CE
Black with #5BA8CE
Text Example
Text Example
White with #5BA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA8CE; }
p { color: rgb(91,168,206); }
H1.HeaderClassName
{
color: #5BA8CE;
}
.AnyTagClassName
{
color: #5BA8CE;
}
</style>
background-color css
<style>
a { background-color: #5BA8CE; }
a { background-color: rgb(91,168,206); }
div.DivClassName
{
background-color: #5BA8CE;
}
.BgClassName
{
background-color: #5BA8CE;
}
</style>
border-color css
<style>
span { border-color: #5BA8CE; }
span { border-color: rgb(91,168,206); }
td.TdClassName
{
border-color: #5BA8CE;
}
.TagClassName
{
border-color: #5BA8CE;
}
</style>