Shades of Picton Blue #5A9BDB
Tints of Picton Blue #5A9BDB
RGB
CMYK
RGB Variations
Color information
#5A9BDB (or 0x5A9BDB) is known color: Picton Blue. HEX triplet: 5A, 9B and DB. RGB value is (90,155,219). Sum of RGB (Red+Green+Blue) = 90+155+219=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A9BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9BDB is #A56424. Grayscale: #8E8E8E. Windows color (decimal): -10839077 or 14392154. OLE color: 14392154.
HSL color Cylindrical-coordinate representation of color #5A9BDB: hue angle of 209.77º 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 #5A9BDB is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 155 | 219 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.14 |
| HSL | 209.77º | 0.64% | 0.61% | - |
| HSV(B) | 209.77º | 0.59% | 0.86% | - |
| XYZ | 28.72 | 30.73 | 71.44 | - |
| YUV | 142.86 | 170.97 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 155 | 219 | 0.59 | 0.29 | 0 | 0.14 | 209.77 | 0.64 | 0.61 |
| Hex | 5A | 9B | DB | 3B | 1D | 0 | E | D2 | 40 | 3D |
| Octal | 132 | 233 | 333 | 73 | 35 | 0 | 16 | 322 | 100 | 75 |
| Binary | 1011010 | 10011011 | 11011011 | 111011 | 11101 | 0 | 1110 | 11010010 | 1000000 | 111101 |
Color Harmonies of #5A9BDB
Complementary color
Monochromatic Colors of #5A9BDB
Black with #5A9BDB
Text Example
Text Example
White with #5A9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9BDB; }
p { color: rgb(90,155,219); }
H1.HeaderClassName
{
color: #5A9BDB;
}
.AnyTagClassName
{
color: #5A9BDB;
}
</style>
background-color css
<style>
a { background-color: #5A9BDB; }
a { background-color: rgb(90,155,219); }
div.DivClassName
{
background-color: #5A9BDB;
}
.BgClassName
{
background-color: #5A9BDB;
}
</style>
border-color css
<style>
span { border-color: #5A9BDB; }
span { border-color: rgb(90,155,219); }
td.TdClassName
{
border-color: #5A9BDB;
}
.TagClassName
{
border-color: #5A9BDB;
}
</style>