Shades of Picton Blue #5AAADD
Tints of Picton Blue #5AAADD
RGB
CMYK
RGB Variations
Color information
#5AAADD (or 0x5AAADD) is known color: Picton Blue. HEX triplet: 5A, AA and DD. RGB value is (90,170,221). Sum of RGB (Red+Green+Blue) = 90+170+221=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 170 (66.80% from 255 or 35.34% 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 #5AAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAADD is #A55522. Grayscale: #979797. Windows color (decimal): -10835235 or 14527066. OLE color: 14527066.
HSL color Cylindrical-coordinate representation of color #5AAADD: hue angle of 203.36º 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 #5AAADD is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 170 | 221 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.13 |
| HSL | 203.36º | 0.66% | 0.61% | - |
| HSV(B) | 203.36º | 0.59% | 0.87% | - |
| XYZ | 31.64 | 36.14 | 73.72 | - |
| YUV | 151.89 | 167 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 221 | 0.59 | 0.23 | 0 | 0.13 | 203.36 | 0.66 | 0.61 |
| Hex | 5A | AA | DD | 3B | 17 | 0 | D | CB | 42 | 3D |
| Octal | 132 | 252 | 335 | 73 | 27 | 0 | 15 | 313 | 102 | 75 |
| Binary | 1011010 | 10101010 | 11011101 | 111011 | 10111 | 0 | 1101 | 11001011 | 1000010 | 111101 |
Color Harmonies of #5AAADD
Complementary color
Monochromatic Colors of #5AAADD
Black with #5AAADD
Text Example
Text Example
White with #5AAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAADD; }
p { color: rgb(90,170,221); }
H1.HeaderClassName
{
color: #5AAADD;
}
.AnyTagClassName
{
color: #5AAADD;
}
</style>
background-color css
<style>
a { background-color: #5AAADD; }
a { background-color: rgb(90,170,221); }
div.DivClassName
{
background-color: #5AAADD;
}
.BgClassName
{
background-color: #5AAADD;
}
</style>
border-color css
<style>
span { border-color: #5AAADD; }
span { border-color: rgb(90,170,221); }
td.TdClassName
{
border-color: #5AAADD;
}
.TagClassName
{
border-color: #5AAADD;
}
</style>