Shades of Picton Blue #5AAACA
Tints of Picton Blue #5AAACA
RGB
CMYK
RGB Variations
Color information
#5AAACA (or 0x5AAACA) is known color: Picton Blue. HEX triplet: 5A, AA and CA. RGB value is (90,170,202). Sum of RGB (Red+Green+Blue) = 90+170+202=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #5AAACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAACA is #A55535. Grayscale: #959595. Windows color (decimal): -10835254 or 13281882. OLE color: 13281882.
HSL color Cylindrical-coordinate representation of color #5AAACA: hue angle of 197.14º 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 #5AAACA is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 170 | 202 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.21 |
| HSL | 197.14º | 0.51% | 0.57% | - |
| HSV(B) | 197.14º | 0.55% | 0.79% | - |
| XYZ | 29.25 | 35.19 | 61.13 | - |
| YUV | 149.73 | 157.5 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 202 | 0.55 | 0.16 | 0 | 0.21 | 197.14 | 0.51 | 0.57 |
| Hex | 5A | AA | CA | 37 | 10 | 0 | 15 | C5 | 33 | 39 |
| Octal | 132 | 252 | 312 | 67 | 20 | 0 | 25 | 305 | 63 | 71 |
| Binary | 1011010 | 10101010 | 11001010 | 110111 | 10000 | 0 | 10101 | 11000101 | 110011 | 111001 |
Color Harmonies of #5AAACA
Complementary color
Monochromatic Colors of #5AAACA
Black with #5AAACA
Text Example
Text Example
White with #5AAACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAACA; }
p { color: rgb(90,170,202); }
H1.HeaderClassName
{
color: #5AAACA;
}
.AnyTagClassName
{
color: #5AAACA;
}
</style>
background-color css
<style>
a { background-color: #5AAACA; }
a { background-color: rgb(90,170,202); }
div.DivClassName
{
background-color: #5AAACA;
}
.BgClassName
{
background-color: #5AAACA;
}
</style>
border-color css
<style>
span { border-color: #5AAACA; }
span { border-color: rgb(90,170,202); }
td.TdClassName
{
border-color: #5AAACA;
}
.TagClassName
{
border-color: #5AAACA;
}
</style>