Shades of Picton Blue #5CA9CA
Tints of Picton Blue #5CA9CA
RGB
CMYK
RGB Variations
Color information
#5CA9CA (or 0x5CA9CA) is known color: Picton Blue. HEX triplet: 5C, A9 and CA. RGB value is (92,169,202). Sum of RGB (Red+Green+Blue) = 92+169+202=463 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.87% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #5CA9CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA9CA is #A35635. Grayscale: #959595. Windows color (decimal): -10704438 or 13281628. OLE color: 13281628.
HSL color Cylindrical-coordinate representation of color #5CA9CA: hue angle of 198º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CA9CA is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 169 | 202 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.21 |
| HSL | 198º | 0.51% | 0.58% | - |
| HSV(B) | 198º | 0.54% | 0.79% | - |
| XYZ | 29.26 | 34.92 | 61.07 | - |
| YUV | 149.74 | 157.49 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 169 | 202 | 0.54 | 0.16 | 0 | 0.21 | 198 | 0.51 | 0.58 |
| Hex | 5C | A9 | CA | 36 | 10 | 0 | 15 | C6 | 33 | 3A |
| Octal | 134 | 251 | 312 | 66 | 20 | 0 | 25 | 306 | 63 | 72 |
| Binary | 1011100 | 10101001 | 11001010 | 110110 | 10000 | 0 | 10101 | 11000110 | 110011 | 111010 |
Color Harmonies of #5CA9CA
Complementary color
Monochromatic Colors of #5CA9CA
Black with #5CA9CA
Text Example
Text Example
White with #5CA9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA9CA; }
p { color: rgb(92,169,202); }
H1.HeaderClassName
{
color: #5CA9CA;
}
.AnyTagClassName
{
color: #5CA9CA;
}
</style>
background-color css
<style>
a { background-color: #5CA9CA; }
a { background-color: rgb(92,169,202); }
div.DivClassName
{
background-color: #5CA9CA;
}
.BgClassName
{
background-color: #5CA9CA;
}
</style>
border-color css
<style>
span { border-color: #5CA9CA; }
span { border-color: rgb(92,169,202); }
td.TdClassName
{
border-color: #5CA9CA;
}
.TagClassName
{
border-color: #5CA9CA;
}
</style>