Shades of Picton Blue #5AA5D1
Tints of Picton Blue #5AA5D1
RGB
CMYK
RGB Variations
Color information
#5AA5D1 (or 0x5AA5D1) is known color: Picton Blue. HEX triplet: 5A, A5 and D1. RGB value is (90,165,209). Sum of RGB (Red+Green+Blue) = 90+165+209=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #5AA5D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA5D1 is #A55A2E. Grayscale: #939393. Windows color (decimal): -10836527 or 13739354. OLE color: 13739354.
HSL color Cylindrical-coordinate representation of color #5AA5D1: hue angle of 202.18º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AA5D1 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 165 | 209 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.18 |
| HSL | 202.18º | 0.56% | 0.59% | - |
| HSV(B) | 202.18º | 0.57% | 0.82% | - |
| XYZ | 29.18 | 33.69 | 65.29 | - |
| YUV | 147.59 | 162.65 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 165 | 209 | 0.57 | 0.21 | 0 | 0.18 | 202.18 | 0.56 | 0.59 |
| Hex | 5A | A5 | D1 | 39 | 15 | 0 | 12 | CA | 38 | 3B |
| Octal | 132 | 245 | 321 | 71 | 25 | 0 | 22 | 312 | 70 | 73 |
| Binary | 1011010 | 10100101 | 11010001 | 111001 | 10101 | 0 | 10010 | 11001010 | 111000 | 111011 |
Color Harmonies of #5AA5D1
Complementary color
Monochromatic Colors of #5AA5D1
Black with #5AA5D1
Text Example
Text Example
White with #5AA5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA5D1; }
p { color: rgb(90,165,209); }
H1.HeaderClassName
{
color: #5AA5D1;
}
.AnyTagClassName
{
color: #5AA5D1;
}
</style>
background-color css
<style>
a { background-color: #5AA5D1; }
a { background-color: rgb(90,165,209); }
div.DivClassName
{
background-color: #5AA5D1;
}
.BgClassName
{
background-color: #5AA5D1;
}
</style>
border-color css
<style>
span { border-color: #5AA5D1; }
span { border-color: rgb(90,165,209); }
td.TdClassName
{
border-color: #5AA5D1;
}
.TagClassName
{
border-color: #5AA5D1;
}
</style>