Shades of Picton Blue #5AA4CA
Tints of Picton Blue #5AA4CA
RGB
CMYK
RGB Variations
Color information
#5AA4CA (or 0x5AA4CA) is known color: Picton Blue. HEX triplet: 5A, A4 and CA. RGB value is (90,164,202). Sum of RGB (Red+Green+Blue) = 90+164+202=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #5AA4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA4CA is #A55B35. Grayscale: #919191. Windows color (decimal): -10836790 or 13280346. OLE color: 13280346.
HSL color Cylindrical-coordinate representation of color #5AA4CA: hue angle of 200.36º 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 #5AA4CA is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 164 | 202 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.21 |
| HSL | 200.36º | 0.51% | 0.57% | - |
| HSV(B) | 200.36º | 0.55% | 0.79% | - |
| XYZ | 28.15 | 32.99 | 60.76 | - |
| YUV | 146.21 | 159.48 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 164 | 202 | 0.55 | 0.19 | 0 | 0.21 | 200.36 | 0.51 | 0.57 |
| Hex | 5A | A4 | CA | 37 | 13 | 0 | 15 | C8 | 33 | 39 |
| Octal | 132 | 244 | 312 | 67 | 23 | 0 | 25 | 310 | 63 | 71 |
| Binary | 1011010 | 10100100 | 11001010 | 110111 | 10011 | 0 | 10101 | 11001000 | 110011 | 111001 |
Color Harmonies of #5AA4CA
Complementary color
Monochromatic Colors of #5AA4CA
Black with #5AA4CA
Text Example
Text Example
White with #5AA4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA4CA; }
p { color: rgb(90,164,202); }
H1.HeaderClassName
{
color: #5AA4CA;
}
.AnyTagClassName
{
color: #5AA4CA;
}
</style>
background-color css
<style>
a { background-color: #5AA4CA; }
a { background-color: rgb(90,164,202); }
div.DivClassName
{
background-color: #5AA4CA;
}
.BgClassName
{
background-color: #5AA4CA;
}
</style>
border-color css
<style>
span { border-color: #5AA4CA; }
span { border-color: rgb(90,164,202); }
td.TdClassName
{
border-color: #5AA4CA;
}
.TagClassName
{
border-color: #5AA4CA;
}
</style>