Shades of Picton Blue #5BA9DD
Tints of Picton Blue #5BA9DD
RGB
CMYK
RGB Variations
Color information
#5BA9DD (or 0x5BA9DD) is known color: Picton Blue. HEX triplet: 5B, A9 and DD. RGB value is (91,169,221). Sum of RGB (Red+Green+Blue) = 91+169+221=481 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.92% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BA9DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA9DD is #A45622. Grayscale: #979797. Windows color (decimal): -10769955 or 14526811. OLE color: 14526811.
HSL color Cylindrical-coordinate representation of color #5BA9DD: hue angle of 204º 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 #5BA9DD is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 169 | 221 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.13 |
| HSL | 204º | 0.66% | 0.61% | - |
| HSV(B) | 204º | 0.59% | 0.87% | - |
| XYZ | 31.55 | 35.82 | 73.66 | - |
| YUV | 151.61 | 167.16 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 221 | 0.59 | 0.24 | 0 | 0.13 | 204 | 0.66 | 0.61 |
| Hex | 5B | A9 | DD | 3B | 18 | 0 | D | CC | 42 | 3D |
| Octal | 133 | 251 | 335 | 73 | 30 | 0 | 15 | 314 | 102 | 75 |
| Binary | 1011011 | 10101001 | 11011101 | 111011 | 11000 | 0 | 1101 | 11001100 | 1000010 | 111101 |
Color Harmonies of #5BA9DD
Complementary color
Monochromatic Colors of #5BA9DD
Black with #5BA9DD
Text Example
Text Example
White with #5BA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA9DD; }
p { color: rgb(91,169,221); }
H1.HeaderClassName
{
color: #5BA9DD;
}
.AnyTagClassName
{
color: #5BA9DD;
}
</style>
background-color css
<style>
a { background-color: #5BA9DD; }
a { background-color: rgb(91,169,221); }
div.DivClassName
{
background-color: #5BA9DD;
}
.BgClassName
{
background-color: #5BA9DD;
}
</style>
border-color css
<style>
span { border-color: #5BA9DD; }
span { border-color: rgb(91,169,221); }
td.TdClassName
{
border-color: #5BA9DD;
}
.TagClassName
{
border-color: #5BA9DD;
}
</style>