Shades of Picton Blue #5BA6CB
Tints of Picton Blue #5BA6CB
RGB
CMYK
RGB Variations
Color information
#5BA6CB (or 0x5BA6CB) is known color: Picton Blue. HEX triplet: 5B, A6 and CB. RGB value is (91,166,203). Sum of RGB (Red+Green+Blue) = 91+166+203=460 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.78% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #5BA6CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA6CB is #A45934. Grayscale: #939393. Windows color (decimal): -10770741 or 13346395. OLE color: 13346395.
HSL color Cylindrical-coordinate representation of color #5BA6CB: hue angle of 199.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BA6CB is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 166 | 203 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.20 |
| HSL | 199.82º | 0.52% | 0.58% | - |
| HSV(B) | 199.82º | 0.55% | 0.8% | - |
| XYZ | 28.73 | 33.81 | 61.51 | - |
| YUV | 147.79 | 159.15 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 203 | 0.55 | 0.18 | 0 | 0.20 | 199.82 | 0.52 | 0.58 |
| Hex | 5B | A6 | CB | 37 | 12 | 0 | 14 | C8 | 34 | 3A |
| Octal | 133 | 246 | 313 | 67 | 22 | 0 | 24 | 310 | 64 | 72 |
| Binary | 1011011 | 10100110 | 11001011 | 110111 | 10010 | 0 | 10100 | 11001000 | 110100 | 111010 |
Color Harmonies of #5BA6CB
Complementary color
Monochromatic Colors of #5BA6CB
Black with #5BA6CB
Text Example
Text Example
White with #5BA6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA6CB; }
p { color: rgb(91,166,203); }
H1.HeaderClassName
{
color: #5BA6CB;
}
.AnyTagClassName
{
color: #5BA6CB;
}
</style>
background-color css
<style>
a { background-color: #5BA6CB; }
a { background-color: rgb(91,166,203); }
div.DivClassName
{
background-color: #5BA6CB;
}
.BgClassName
{
background-color: #5BA6CB;
}
</style>
border-color css
<style>
span { border-color: #5BA6CB; }
span { border-color: rgb(91,166,203); }
td.TdClassName
{
border-color: #5BA6CB;
}
.TagClassName
{
border-color: #5BA6CB;
}
</style>