Shades of Picton Blue #5BA9CA
Tints of Picton Blue #5BA9CA
RGB
CMYK
RGB Variations
Color information
#5BA9CA (or 0x5BA9CA) is known color: Picton Blue. HEX triplet: 5B, A9 and CA. RGB value is (91,169,202). Sum of RGB (Red+Green+Blue) = 91+169+202=462 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.70% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #5BA9CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA9CA is #A45635. Grayscale: #959595. Windows color (decimal): -10769974 or 13281627. OLE color: 13281627.
HSL color Cylindrical-coordinate representation of color #5BA9CA: hue angle of 197.84º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BA9CA is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 169 | 202 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.21 |
| HSL | 197.84º | 0.51% | 0.57% | - |
| HSV(B) | 197.84º | 0.55% | 0.79% | - |
| XYZ | 29.16 | 34.86 | 61.07 | - |
| YUV | 149.44 | 157.66 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 202 | 0.55 | 0.16 | 0 | 0.21 | 197.84 | 0.51 | 0.57 |
| Hex | 5B | A9 | CA | 37 | 10 | 0 | 15 | C6 | 33 | 39 |
| Octal | 133 | 251 | 312 | 67 | 20 | 0 | 25 | 306 | 63 | 71 |
| Binary | 1011011 | 10101001 | 11001010 | 110111 | 10000 | 0 | 10101 | 11000110 | 110011 | 111001 |
Color Harmonies of #5BA9CA
Complementary color
Monochromatic Colors of #5BA9CA
Black with #5BA9CA
Text Example
Text Example
White with #5BA9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA9CA; }
p { color: rgb(91,169,202); }
H1.HeaderClassName
{
color: #5BA9CA;
}
.AnyTagClassName
{
color: #5BA9CA;
}
</style>
background-color css
<style>
a { background-color: #5BA9CA; }
a { background-color: rgb(91,169,202); }
div.DivClassName
{
background-color: #5BA9CA;
}
.BgClassName
{
background-color: #5BA9CA;
}
</style>
border-color css
<style>
span { border-color: #5BA9CA; }
span { border-color: rgb(91,169,202); }
td.TdClassName
{
border-color: #5BA9CA;
}
.TagClassName
{
border-color: #5BA9CA;
}
</style>