Shades of Picton Blue #5AA9DB
Tints of Picton Blue #5AA9DB
RGB
CMYK
RGB Variations
Color information
#5AA9DB (or 0x5AA9DB) is known color: Picton Blue. HEX triplet: 5A, A9 and DB. RGB value is (90,169,219). Sum of RGB (Red+Green+Blue) = 90+169+219=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #5AA9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA9DB is #A55624. Grayscale: #969696. Windows color (decimal): -10835493 or 14395738. OLE color: 14395738.
HSL color Cylindrical-coordinate representation of color #5AA9DB: hue angle of 203.26º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AA9DB is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 169 | 219 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.14 |
| HSL | 203.26º | 0.64% | 0.61% | - |
| HSV(B) | 203.26º | 0.59% | 0.86% | - |
| XYZ | 31.19 | 35.66 | 72.26 | - |
| YUV | 151.08 | 166.33 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 169 | 219 | 0.59 | 0.23 | 0 | 0.14 | 203.26 | 0.64 | 0.61 |
| Hex | 5A | A9 | DB | 3B | 17 | 0 | E | CB | 40 | 3D |
| Octal | 132 | 251 | 333 | 73 | 27 | 0 | 16 | 313 | 100 | 75 |
| Binary | 1011010 | 10101001 | 11011011 | 111011 | 10111 | 0 | 1110 | 11001011 | 1000000 | 111101 |
Color Harmonies of #5AA9DB
Complementary color
Monochromatic Colors of #5AA9DB
Black with #5AA9DB
Text Example
Text Example
White with #5AA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA9DB; }
p { color: rgb(90,169,219); }
H1.HeaderClassName
{
color: #5AA9DB;
}
.AnyTagClassName
{
color: #5AA9DB;
}
</style>
background-color css
<style>
a { background-color: #5AA9DB; }
a { background-color: rgb(90,169,219); }
div.DivClassName
{
background-color: #5AA9DB;
}
.BgClassName
{
background-color: #5AA9DB;
}
</style>
border-color css
<style>
span { border-color: #5AA9DB; }
span { border-color: rgb(90,169,219); }
td.TdClassName
{
border-color: #5AA9DB;
}
.TagClassName
{
border-color: #5AA9DB;
}
</style>