Shades of Picton Blue #5AAFD6
Tints of Picton Blue #5AAFD6
RGB
CMYK
RGB Variations
Color information
#5AAFD6 (or 0x5AAFD6) is known color: Picton Blue. HEX triplet: 5A, AF and D6. RGB value is (90,175,214). Sum of RGB (Red+Green+Blue) = 90+175+214=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #5AAFD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAFD6 is #A55029. Grayscale: #999999. Windows color (decimal): -10833962 or 14069594. OLE color: 14069594.
HSL color Cylindrical-coordinate representation of color #5AAFD6: hue angle of 198.87º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AAFD6 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 175 | 214 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.16 |
| HSL | 198.87º | 0.6% | 0.6% | - |
| HSV(B) | 198.87º | 0.58% | 0.84% | - |
| XYZ | 31.68 | 37.69 | 69.22 | - |
| YUV | 154.03 | 161.84 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 214 | 0.58 | 0.18 | 0 | 0.16 | 198.87 | 0.6 | 0.6 |
| Hex | 5A | AF | D6 | 3A | 12 | 0 | 10 | C7 | 3C | 3C |
| Octal | 132 | 257 | 326 | 72 | 22 | 0 | 20 | 307 | 74 | 74 |
| Binary | 1011010 | 10101111 | 11010110 | 111010 | 10010 | 0 | 10000 | 11000111 | 111100 | 111100 |
Color Harmonies of #5AAFD6
Complementary color
Monochromatic Colors of #5AAFD6
Black with #5AAFD6
Text Example
Text Example
White with #5AAFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAFD6; }
p { color: rgb(90,175,214); }
H1.HeaderClassName
{
color: #5AAFD6;
}
.AnyTagClassName
{
color: #5AAFD6;
}
</style>
background-color css
<style>
a { background-color: #5AAFD6; }
a { background-color: rgb(90,175,214); }
div.DivClassName
{
background-color: #5AAFD6;
}
.BgClassName
{
background-color: #5AAFD6;
}
</style>
border-color css
<style>
span { border-color: #5AAFD6; }
span { border-color: rgb(90,175,214); }
td.TdClassName
{
border-color: #5AAFD6;
}
.TagClassName
{
border-color: #5AAFD6;
}
</style>