Shades of Picton Blue #5CA0CC
Tints of Picton Blue #5CA0CC
RGB
CMYK
RGB Variations
Color information
#5CA0CC (or 0x5CA0CC) is known color: Picton Blue. HEX triplet: 5C, A0 and CC. RGB value is (92,160,204). Sum of RGB (Red+Green+Blue) = 92+160+204=456 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.18% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #5CA0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA0CC is #A35F33. Grayscale: #909090. Windows color (decimal): -10706740 or 13410396. OLE color: 13410396.
HSL color Cylindrical-coordinate representation of color #5CA0CC: hue angle of 203.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CA0CC is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 160 | 204 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.2 |
| HSL | 203.57º | 0.52% | 0.58% | - |
| HSV(B) | 203.57º | 0.55% | 0.8% | - |
| XYZ | 27.88 | 31.78 | 61.79 | - |
| YUV | 144.68 | 161.47 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 160 | 204 | 0.55 | 0.22 | 0 | 0.2 | 203.57 | 0.52 | 0.58 |
| Hex | 5C | A0 | CC | 37 | 16 | 0 | 14 | CC | 34 | 3A |
| Octal | 134 | 240 | 314 | 67 | 26 | 0 | 24 | 314 | 64 | 72 |
| Binary | 1011100 | 10100000 | 11001100 | 110111 | 10110 | 0 | 10100 | 11001100 | 110100 | 111010 |
Color Harmonies of #5CA0CC
Complementary color
Monochromatic Colors of #5CA0CC
Black with #5CA0CC
Text Example
Text Example
White with #5CA0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA0CC; }
p { color: rgb(92,160,204); }
H1.HeaderClassName
{
color: #5CA0CC;
}
.AnyTagClassName
{
color: #5CA0CC;
}
</style>
background-color css
<style>
a { background-color: #5CA0CC; }
a { background-color: rgb(92,160,204); }
div.DivClassName
{
background-color: #5CA0CC;
}
.BgClassName
{
background-color: #5CA0CC;
}
</style>
border-color css
<style>
span { border-color: #5CA0CC; }
span { border-color: rgb(92,160,204); }
td.TdClassName
{
border-color: #5CA0CC;
}
.TagClassName
{
border-color: #5CA0CC;
}
</style>