Shades of Picton Blue #5AAADC
Tints of Picton Blue #5AAADC
RGB
CMYK
RGB Variations
Color information
#5AAADC (or 0x5AAADC) is known color: Picton Blue. HEX triplet: 5A, AA and DC. RGB value is (90,170,220). Sum of RGB (Red+Green+Blue) = 90+170+220=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #5AAADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAADC is #A55523. Grayscale: #979797. Windows color (decimal): -10835236 or 14461530. OLE color: 14461530.
HSL color Cylindrical-coordinate representation of color #5AAADC: hue angle of 203.08º degrees, saturation: 0.65, 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 #5AAADC is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 170 | 220 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.14 |
| HSL | 203.08º | 0.65% | 0.61% | - |
| HSV(B) | 203.08º | 0.59% | 0.86% | - |
| XYZ | 31.51 | 36.09 | 73.02 | - |
| YUV | 151.78 | 166.5 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 220 | 0.59 | 0.23 | 0 | 0.14 | 203.08 | 0.65 | 0.61 |
| Hex | 5A | AA | DC | 3B | 17 | 0 | E | CB | 41 | 3D |
| Octal | 132 | 252 | 334 | 73 | 27 | 0 | 16 | 313 | 101 | 75 |
| Binary | 1011010 | 10101010 | 11011100 | 111011 | 10111 | 0 | 1110 | 11001011 | 1000001 | 111101 |
Color Harmonies of #5AAADC
Complementary color
Monochromatic Colors of #5AAADC
Black with #5AAADC
Text Example
Text Example
White with #5AAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAADC; }
p { color: rgb(90,170,220); }
H1.HeaderClassName
{
color: #5AAADC;
}
.AnyTagClassName
{
color: #5AAADC;
}
</style>
background-color css
<style>
a { background-color: #5AAADC; }
a { background-color: rgb(90,170,220); }
div.DivClassName
{
background-color: #5AAADC;
}
.BgClassName
{
background-color: #5AAADC;
}
</style>
border-color css
<style>
span { border-color: #5AAADC; }
span { border-color: rgb(90,170,220); }
td.TdClassName
{
border-color: #5AAADC;
}
.TagClassName
{
border-color: #5AAADC;
}
</style>