Shades of Picton Blue #5A9CDB
Tints of Picton Blue #5A9CDB
RGB
CMYK
RGB Variations
Color information
#5A9CDB (or 0x5A9CDB) is known color: Picton Blue. HEX triplet: 5A, 9C and DB. RGB value is (90,156,219). Sum of RGB (Red+Green+Blue) = 90+156+219=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A9CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9CDB is #A56324. Grayscale: #8F8F8F. Windows color (decimal): -10838821 or 14392410. OLE color: 14392410.
HSL color Cylindrical-coordinate representation of color #5A9CDB: hue angle of 209.3º 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 #5A9CDB is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 156 | 219 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.14 |
| HSL | 209.3º | 0.64% | 0.61% | - |
| HSV(B) | 209.3º | 0.59% | 0.86% | - |
| XYZ | 28.89 | 31.07 | 71.49 | - |
| YUV | 143.45 | 170.63 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 156 | 219 | 0.59 | 0.29 | 0 | 0.14 | 209.3 | 0.64 | 0.61 |
| Hex | 5A | 9C | DB | 3B | 1D | 0 | E | D1 | 40 | 3D |
| Octal | 132 | 234 | 333 | 73 | 35 | 0 | 16 | 321 | 100 | 75 |
| Binary | 1011010 | 10011100 | 11011011 | 111011 | 11101 | 0 | 1110 | 11010001 | 1000000 | 111101 |
Color Harmonies of #5A9CDB
Complementary color
Monochromatic Colors of #5A9CDB
Black with #5A9CDB
Text Example
Text Example
White with #5A9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9CDB; }
p { color: rgb(90,156,219); }
H1.HeaderClassName
{
color: #5A9CDB;
}
.AnyTagClassName
{
color: #5A9CDB;
}
</style>
background-color css
<style>
a { background-color: #5A9CDB; }
a { background-color: rgb(90,156,219); }
div.DivClassName
{
background-color: #5A9CDB;
}
.BgClassName
{
background-color: #5A9CDB;
}
</style>
border-color css
<style>
span { border-color: #5A9CDB; }
span { border-color: rgb(90,156,219); }
td.TdClassName
{
border-color: #5A9CDB;
}
.TagClassName
{
border-color: #5A9CDB;
}
</style>