Shades of Picton Blue #5A9FDB
Tints of Picton Blue #5A9FDB
RGB
CMYK
RGB Variations
Color information
#5A9FDB (or 0x5A9FDB) is known color: Picton Blue. HEX triplet: 5A, 9F and DB. RGB value is (90,159,219). Sum of RGB (Red+Green+Blue) = 90+159+219=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A9FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9FDB is #A56024. Grayscale: #909090. Windows color (decimal): -10838053 or 14393178. OLE color: 14393178.
HSL color Cylindrical-coordinate representation of color #5A9FDB: hue angle of 207.91º 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 #5A9FDB is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 159 | 219 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.14 |
| HSL | 207.91º | 0.64% | 0.61% | - |
| HSV(B) | 207.91º | 0.59% | 0.86% | - |
| XYZ | 29.4 | 32.08 | 71.66 | - |
| YUV | 145.21 | 169.64 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 159 | 219 | 0.59 | 0.27 | 0 | 0.14 | 207.91 | 0.64 | 0.61 |
| Hex | 5A | 9F | DB | 3B | 1B | 0 | E | D0 | 40 | 3D |
| Octal | 132 | 237 | 333 | 73 | 33 | 0 | 16 | 320 | 100 | 75 |
| Binary | 1011010 | 10011111 | 11011011 | 111011 | 11011 | 0 | 1110 | 11010000 | 1000000 | 111101 |
Color Harmonies of #5A9FDB
Complementary color
Monochromatic Colors of #5A9FDB
Black with #5A9FDB
Text Example
Text Example
White with #5A9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9FDB; }
p { color: rgb(90,159,219); }
H1.HeaderClassName
{
color: #5A9FDB;
}
.AnyTagClassName
{
color: #5A9FDB;
}
</style>
background-color css
<style>
a { background-color: #5A9FDB; }
a { background-color: rgb(90,159,219); }
div.DivClassName
{
background-color: #5A9FDB;
}
.BgClassName
{
background-color: #5A9FDB;
}
</style>
border-color css
<style>
span { border-color: #5A9FDB; }
span { border-color: rgb(90,159,219); }
td.TdClassName
{
border-color: #5A9FDB;
}
.TagClassName
{
border-color: #5A9FDB;
}
</style>