Shades of Picton Blue #5AA9CA
Tints of Picton Blue #5AA9CA
RGB
CMYK
RGB Variations
Color information
#5AA9CA (or 0x5AA9CA) is known color: Picton Blue. HEX triplet: 5A, A9 and CA. RGB value is (90,169,202). Sum of RGB (Red+Green+Blue) = 90+169+202=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #5AA9CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA9CA is #A55635. Grayscale: #949494. Windows color (decimal): -10835510 or 13281626. OLE color: 13281626.
HSL color Cylindrical-coordinate representation of color #5AA9CA: hue angle of 197.68º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AA9CA is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 169 | 202 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.21 |
| HSL | 197.68º | 0.51% | 0.57% | - |
| HSV(B) | 197.68º | 0.55% | 0.79% | - |
| XYZ | 29.07 | 34.81 | 61.06 | - |
| YUV | 149.14 | 157.83 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 169 | 202 | 0.55 | 0.16 | 0 | 0.21 | 197.68 | 0.51 | 0.57 |
| Hex | 5A | A9 | CA | 37 | 10 | 0 | 15 | C6 | 33 | 39 |
| Octal | 132 | 251 | 312 | 67 | 20 | 0 | 25 | 306 | 63 | 71 |
| Binary | 1011010 | 10101001 | 11001010 | 110111 | 10000 | 0 | 10101 | 11000110 | 110011 | 111001 |
Color Harmonies of #5AA9CA
Complementary color
Monochromatic Colors of #5AA9CA
Black with #5AA9CA
Text Example
Text Example
White with #5AA9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA9CA; }
p { color: rgb(90,169,202); }
H1.HeaderClassName
{
color: #5AA9CA;
}
.AnyTagClassName
{
color: #5AA9CA;
}
</style>
background-color css
<style>
a { background-color: #5AA9CA; }
a { background-color: rgb(90,169,202); }
div.DivClassName
{
background-color: #5AA9CA;
}
.BgClassName
{
background-color: #5AA9CA;
}
</style>
border-color css
<style>
span { border-color: #5AA9CA; }
span { border-color: rgb(90,169,202); }
td.TdClassName
{
border-color: #5AA9CA;
}
.TagClassName
{
border-color: #5AA9CA;
}
</style>