Shades of Picton Blue #5CA0DD
Tints of Picton Blue #5CA0DD
RGB
CMYK
RGB Variations
Color information
#5CA0DD (or 0x5CA0DD) is known color: Picton Blue. HEX triplet: 5C, A0 and DD. RGB value is (92,160,221). Sum of RGB (Red+Green+Blue) = 92+160+221=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #5CA0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA0DD is #A35F22. Grayscale: #929292. Windows color (decimal): -10706723 or 14524508. OLE color: 14524508.
HSL color Cylindrical-coordinate representation of color #5CA0DD: hue angle of 208.37º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CA0DD is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 160 | 221 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.13 |
| HSL | 208.37º | 0.65% | 0.61% | - |
| HSV(B) | 208.37º | 0.58% | 0.87% | - |
| XYZ | 30.04 | 32.64 | 73.12 | - |
| YUV | 146.62 | 169.97 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 160 | 221 | 0.58 | 0.28 | 0 | 0.13 | 208.37 | 0.65 | 0.61 |
| Hex | 5C | A0 | DD | 3A | 1C | 0 | D | D0 | 41 | 3D |
| Octal | 134 | 240 | 335 | 72 | 34 | 0 | 15 | 320 | 101 | 75 |
| Binary | 1011100 | 10100000 | 11011101 | 111010 | 11100 | 0 | 1101 | 11010000 | 1000001 | 111101 |
Color Harmonies of #5CA0DD
Complementary color
Monochromatic Colors of #5CA0DD
Black with #5CA0DD
Text Example
Text Example
White with #5CA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA0DD; }
p { color: rgb(92,160,221); }
H1.HeaderClassName
{
color: #5CA0DD;
}
.AnyTagClassName
{
color: #5CA0DD;
}
</style>
background-color css
<style>
a { background-color: #5CA0DD; }
a { background-color: rgb(92,160,221); }
div.DivClassName
{
background-color: #5CA0DD;
}
.BgClassName
{
background-color: #5CA0DD;
}
</style>
border-color css
<style>
span { border-color: #5CA0DD; }
span { border-color: rgb(92,160,221); }
td.TdClassName
{
border-color: #5CA0DD;
}
.TagClassName
{
border-color: #5CA0DD;
}
</style>