Shades of Picton Blue #5AA5DF
Tints of Picton Blue #5AA5DF
RGB
CMYK
RGB Variations
Color information
#5AA5DF (or 0x5AA5DF) is known color: Picton Blue. HEX triplet: 5A, A5 and DF. RGB value is (90,165,223). Sum of RGB (Red+Green+Blue) = 90+165+223=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #5AA5DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA5DF is #A55A20. Grayscale: #949494. Windows color (decimal): -10836513 or 14656858. OLE color: 14656858.
HSL color Cylindrical-coordinate representation of color #5AA5DF: hue angle of 206.17º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AA5DF is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 165 | 223 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.13 |
| HSL | 206.17º | 0.68% | 0.61% | - |
| HSV(B) | 206.17º | 0.6% | 0.87% | - |
| XYZ | 30.99 | 34.41 | 74.82 | - |
| YUV | 149.19 | 169.65 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 165 | 223 | 0.60 | 0.26 | 0 | 0.13 | 206.17 | 0.68 | 0.61 |
| Hex | 5A | A5 | DF | 3C | 1A | 0 | D | CE | 44 | 3D |
| Octal | 132 | 245 | 337 | 74 | 32 | 0 | 15 | 316 | 104 | 75 |
| Binary | 1011010 | 10100101 | 11011111 | 111100 | 11010 | 0 | 1101 | 11001110 | 1000100 | 111101 |
Color Harmonies of #5AA5DF
Complementary color
Monochromatic Colors of #5AA5DF
Black with #5AA5DF
Text Example
Text Example
White with #5AA5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA5DF; }
p { color: rgb(90,165,223); }
H1.HeaderClassName
{
color: #5AA5DF;
}
.AnyTagClassName
{
color: #5AA5DF;
}
</style>
background-color css
<style>
a { background-color: #5AA5DF; }
a { background-color: rgb(90,165,223); }
div.DivClassName
{
background-color: #5AA5DF;
}
.BgClassName
{
background-color: #5AA5DF;
}
</style>
border-color css
<style>
span { border-color: #5AA5DF; }
span { border-color: rgb(90,165,223); }
td.TdClassName
{
border-color: #5AA5DF;
}
.TagClassName
{
border-color: #5AA5DF;
}
</style>