Shades of Picton Blue #5CAACA
Tints of Picton Blue #5CAACA
RGB
CMYK
RGB Variations
Color information
#5CAACA (or 0x5CAACA) is known color: Picton Blue. HEX triplet: 5C, AA and CA. RGB value is (92,170,202). Sum of RGB (Red+Green+Blue) = 92+170+202=464 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.83% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #5CAACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAACA is #A35535. Grayscale: #969696. Windows color (decimal): -10704182 or 13281884. OLE color: 13281884.
HSL color Cylindrical-coordinate representation of color #5CAACA: hue angle of 197.45º 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 #5CAACA is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 170 | 202 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.21 |
| HSL | 197.45º | 0.51% | 0.58% | - |
| HSV(B) | 197.45º | 0.54% | 0.79% | - |
| XYZ | 29.45 | 35.29 | 61.14 | - |
| YUV | 150.33 | 157.16 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 202 | 0.54 | 0.16 | 0 | 0.21 | 197.45 | 0.51 | 0.58 |
| Hex | 5C | AA | CA | 36 | 10 | 0 | 15 | C5 | 33 | 3A |
| Octal | 134 | 252 | 312 | 66 | 20 | 0 | 25 | 305 | 63 | 72 |
| Binary | 1011100 | 10101010 | 11001010 | 110110 | 10000 | 0 | 10101 | 11000101 | 110011 | 111010 |
Color Harmonies of #5CAACA
Complementary color
Monochromatic Colors of #5CAACA
Black with #5CAACA
Text Example
Text Example
White with #5CAACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAACA; }
p { color: rgb(92,170,202); }
H1.HeaderClassName
{
color: #5CAACA;
}
.AnyTagClassName
{
color: #5CAACA;
}
</style>
background-color css
<style>
a { background-color: #5CAACA; }
a { background-color: rgb(92,170,202); }
div.DivClassName
{
background-color: #5CAACA;
}
.BgClassName
{
background-color: #5CAACA;
}
</style>
border-color css
<style>
span { border-color: #5CAACA; }
span { border-color: rgb(92,170,202); }
td.TdClassName
{
border-color: #5CAACA;
}
.TagClassName
{
border-color: #5CAACA;
}
</style>