Shades of Picton Blue #5CA0CB
Tints of Picton Blue #5CA0CB
RGB
CMYK
RGB Variations
Color information
#5CA0CB (or 0x5CA0CB) is known color: Picton Blue. HEX triplet: 5C, A0 and CB. RGB value is (92,160,203). Sum of RGB (Red+Green+Blue) = 92+160+203=455 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.22% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #5CA0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA0CB is #A35F34. Grayscale: #909090. Windows color (decimal): -10706741 or 13344860. OLE color: 13344860.
HSL color Cylindrical-coordinate representation of color #5CA0CB: hue angle of 203.24º 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 #5CA0CB is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 160 | 203 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.20 |
| HSL | 203.24º | 0.52% | 0.58% | - |
| HSV(B) | 203.24º | 0.55% | 0.8% | - |
| XYZ | 27.76 | 31.73 | 61.16 | - |
| YUV | 144.57 | 160.97 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 160 | 203 | 0.55 | 0.21 | 0 | 0.20 | 203.24 | 0.52 | 0.58 |
| Hex | 5C | A0 | CB | 37 | 15 | 0 | 14 | CB | 34 | 3A |
| Octal | 134 | 240 | 313 | 67 | 25 | 0 | 24 | 313 | 64 | 72 |
| Binary | 1011100 | 10100000 | 11001011 | 110111 | 10101 | 0 | 10100 | 11001011 | 110100 | 111010 |
Color Harmonies of #5CA0CB
Complementary color
Monochromatic Colors of #5CA0CB
Black with #5CA0CB
Text Example
Text Example
White with #5CA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA0CB; }
p { color: rgb(92,160,203); }
H1.HeaderClassName
{
color: #5CA0CB;
}
.AnyTagClassName
{
color: #5CA0CB;
}
</style>
background-color css
<style>
a { background-color: #5CA0CB; }
a { background-color: rgb(92,160,203); }
div.DivClassName
{
background-color: #5CA0CB;
}
.BgClassName
{
background-color: #5CA0CB;
}
</style>
border-color css
<style>
span { border-color: #5CA0CB; }
span { border-color: rgb(92,160,203); }
td.TdClassName
{
border-color: #5CA0CB;
}
.TagClassName
{
border-color: #5CA0CB;
}
</style>