Shades of Picton Blue #5AA4DF
Tints of Picton Blue #5AA4DF
RGB
CMYK
RGB Variations
Color information
#5AA4DF (or 0x5AA4DF) is known color: Picton Blue. HEX triplet: 5A, A4 and DF. RGB value is (90,164,223). Sum of RGB (Red+Green+Blue) = 90+164+223=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #5AA4DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA4DF is #A55B20. Grayscale: #949494. Windows color (decimal): -10836769 or 14656602. OLE color: 14656602.
HSL color Cylindrical-coordinate representation of color #5AA4DF: hue angle of 206.62º 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 #5AA4DF is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 164 | 223 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.13 |
| HSL | 206.62º | 0.68% | 0.61% | - |
| HSV(B) | 206.62º | 0.6% | 0.87% | - |
| XYZ | 30.81 | 34.05 | 74.76 | - |
| YUV | 148.6 | 169.98 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 164 | 223 | 0.60 | 0.26 | 0 | 0.13 | 206.62 | 0.68 | 0.61 |
| Hex | 5A | A4 | DF | 3C | 1A | 0 | D | CF | 44 | 3D |
| Octal | 132 | 244 | 337 | 74 | 32 | 0 | 15 | 317 | 104 | 75 |
| Binary | 1011010 | 10100100 | 11011111 | 111100 | 11010 | 0 | 1101 | 11001111 | 1000100 | 111101 |
Color Harmonies of #5AA4DF
Complementary color
Monochromatic Colors of #5AA4DF
Black with #5AA4DF
Text Example
Text Example
White with #5AA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA4DF; }
p { color: rgb(90,164,223); }
H1.HeaderClassName
{
color: #5AA4DF;
}
.AnyTagClassName
{
color: #5AA4DF;
}
</style>
background-color css
<style>
a { background-color: #5AA4DF; }
a { background-color: rgb(90,164,223); }
div.DivClassName
{
background-color: #5AA4DF;
}
.BgClassName
{
background-color: #5AA4DF;
}
</style>
border-color css
<style>
span { border-color: #5AA4DF; }
span { border-color: rgb(90,164,223); }
td.TdClassName
{
border-color: #5AA4DF;
}
.TagClassName
{
border-color: #5AA4DF;
}
</style>