Shades of Picton Blue #5BA6DA
Tints of Picton Blue #5BA6DA
RGB
CMYK
RGB Variations
Color information
#5BA6DA (or 0x5BA6DA) is known color: Picton Blue. HEX triplet: 5B, A6 and DA. RGB value is (91,166,218). Sum of RGB (Red+Green+Blue) = 91+166+218=475 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.16% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #5BA6DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA6DA is #A45925. Grayscale: #959595. Windows color (decimal): -10770726 or 14329435. OLE color: 14329435.
HSL color Cylindrical-coordinate representation of color #5BA6DA: hue angle of 204.57º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BA6DA is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 166 | 218 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.15 |
| HSL | 204.57º | 0.63% | 0.61% | - |
| HSV(B) | 204.57º | 0.58% | 0.85% | - |
| XYZ | 30.61 | 34.56 | 71.39 | - |
| YUV | 149.5 | 166.65 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 218 | 0.58 | 0.24 | 0 | 0.15 | 204.57 | 0.63 | 0.61 |
| Hex | 5B | A6 | DA | 3A | 18 | 0 | F | CD | 3F | 3D |
| Octal | 133 | 246 | 332 | 72 | 30 | 0 | 17 | 315 | 77 | 75 |
| Binary | 1011011 | 10100110 | 11011010 | 111010 | 11000 | 0 | 1111 | 11001101 | 111111 | 111101 |
Color Harmonies of #5BA6DA
Complementary color
Monochromatic Colors of #5BA6DA
Black with #5BA6DA
Text Example
Text Example
White with #5BA6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA6DA; }
p { color: rgb(91,166,218); }
H1.HeaderClassName
{
color: #5BA6DA;
}
.AnyTagClassName
{
color: #5BA6DA;
}
</style>
background-color css
<style>
a { background-color: #5BA6DA; }
a { background-color: rgb(91,166,218); }
div.DivClassName
{
background-color: #5BA6DA;
}
.BgClassName
{
background-color: #5BA6DA;
}
</style>
border-color css
<style>
span { border-color: #5BA6DA; }
span { border-color: rgb(91,166,218); }
td.TdClassName
{
border-color: #5BA6DA;
}
.TagClassName
{
border-color: #5BA6DA;
}
</style>