Shades of Picton Blue #5BA9CB
Tints of Picton Blue #5BA9CB
RGB
CMYK
RGB Variations
Color information
#5BA9CB (or 0x5BA9CB) is known color: Picton Blue. HEX triplet: 5B, A9 and CB. RGB value is (91,169,203). Sum of RGB (Red+Green+Blue) = 91+169+203=463 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.65% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #5BA9CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA9CB is #A45634. Grayscale: #959595. Windows color (decimal): -10769973 or 13347163. OLE color: 13347163.
HSL color Cylindrical-coordinate representation of color #5BA9CB: hue angle of 198.21º 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 #5BA9CB is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 169 | 203 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.20 |
| HSL | 198.21º | 0.52% | 0.58% | - |
| HSV(B) | 198.21º | 0.55% | 0.8% | - |
| XYZ | 29.28 | 34.91 | 61.7 | - |
| YUV | 149.55 | 158.16 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 203 | 0.55 | 0.17 | 0 | 0.20 | 198.21 | 0.52 | 0.58 |
| Hex | 5B | A9 | CB | 37 | 11 | 0 | 14 | C6 | 34 | 3A |
| Octal | 133 | 251 | 313 | 67 | 21 | 0 | 24 | 306 | 64 | 72 |
| Binary | 1011011 | 10101001 | 11001011 | 110111 | 10001 | 0 | 10100 | 11000110 | 110100 | 111010 |
Color Harmonies of #5BA9CB
Complementary color
Monochromatic Colors of #5BA9CB
Black with #5BA9CB
Text Example
Text Example
White with #5BA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA9CB; }
p { color: rgb(91,169,203); }
H1.HeaderClassName
{
color: #5BA9CB;
}
.AnyTagClassName
{
color: #5BA9CB;
}
</style>
background-color css
<style>
a { background-color: #5BA9CB; }
a { background-color: rgb(91,169,203); }
div.DivClassName
{
background-color: #5BA9CB;
}
.BgClassName
{
background-color: #5BA9CB;
}
</style>
border-color css
<style>
span { border-color: #5BA9CB; }
span { border-color: rgb(91,169,203); }
td.TdClassName
{
border-color: #5BA9CB;
}
.TagClassName
{
border-color: #5BA9CB;
}
</style>