Shades of Picton Blue #5BA0DD
Tints of Picton Blue #5BA0DD
RGB
CMYK
RGB Variations
Color information
#5BA0DD (or 0x5BA0DD) is known color: Picton Blue. HEX triplet: 5B, A0 and DD. RGB value is (91,160,221). Sum of RGB (Red+Green+Blue) = 91+160+221=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BA0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA0DD is #A45F22. Grayscale: #929292. Windows color (decimal): -10772259 or 14524507. OLE color: 14524507.
HSL color Cylindrical-coordinate representation of color #5BA0DD: hue angle of 208.15º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BA0DD is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 160 | 221 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.13 |
| HSL | 208.15º | 0.66% | 0.61% | - |
| HSV(B) | 208.15º | 0.59% | 0.87% | - |
| XYZ | 29.94 | 32.59 | 73.12 | - |
| YUV | 146.32 | 170.14 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 221 | 0.59 | 0.28 | 0 | 0.13 | 208.15 | 0.66 | 0.61 |
| Hex | 5B | A0 | DD | 3B | 1C | 0 | D | D0 | 42 | 3D |
| Octal | 133 | 240 | 335 | 73 | 34 | 0 | 15 | 320 | 102 | 75 |
| Binary | 1011011 | 10100000 | 11011101 | 111011 | 11100 | 0 | 1101 | 11010000 | 1000010 | 111101 |
Color Harmonies of #5BA0DD
Complementary color
Monochromatic Colors of #5BA0DD
Black with #5BA0DD
Text Example
Text Example
White with #5BA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA0DD; }
p { color: rgb(91,160,221); }
H1.HeaderClassName
{
color: #5BA0DD;
}
.AnyTagClassName
{
color: #5BA0DD;
}
</style>
background-color css
<style>
a { background-color: #5BA0DD; }
a { background-color: rgb(91,160,221); }
div.DivClassName
{
background-color: #5BA0DD;
}
.BgClassName
{
background-color: #5BA0DD;
}
</style>
border-color css
<style>
span { border-color: #5BA0DD; }
span { border-color: rgb(91,160,221); }
td.TdClassName
{
border-color: #5BA0DD;
}
.TagClassName
{
border-color: #5BA0DD;
}
</style>