Shades of Picton Blue #5CABCC
Tints of Picton Blue #5CABCC
RGB
CMYK
RGB Variations
Color information
#5CABCC (or 0x5CABCC) is known color: Picton Blue. HEX triplet: 5C, AB and CC. RGB value is (92,171,204). Sum of RGB (Red+Green+Blue) = 92+171+204=467 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.70% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #5CABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CABCC is #A35433. Grayscale: #969696. Windows color (decimal): -10703924 or 13413212. OLE color: 13413212.
HSL color Cylindrical-coordinate representation of color #5CABCC: hue angle of 197.68º 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 #5CABCC is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 171 | 204 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.2 |
| HSL | 197.68º | 0.52% | 0.58% | - |
| HSV(B) | 197.68º | 0.55% | 0.8% | - |
| XYZ | 29.88 | 35.76 | 62.45 | - |
| YUV | 151.14 | 157.83 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 171 | 204 | 0.55 | 0.16 | 0 | 0.2 | 197.68 | 0.52 | 0.58 |
| Hex | 5C | AB | CC | 37 | 10 | 0 | 14 | C6 | 34 | 3A |
| Octal | 134 | 253 | 314 | 67 | 20 | 0 | 24 | 306 | 64 | 72 |
| Binary | 1011100 | 10101011 | 11001100 | 110111 | 10000 | 0 | 10100 | 11000110 | 110100 | 111010 |
Color Harmonies of #5CABCC
Complementary color
Monochromatic Colors of #5CABCC
Black with #5CABCC
Text Example
Text Example
White with #5CABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CABCC; }
p { color: rgb(92,171,204); }
H1.HeaderClassName
{
color: #5CABCC;
}
.AnyTagClassName
{
color: #5CABCC;
}
</style>
background-color css
<style>
a { background-color: #5CABCC; }
a { background-color: rgb(92,171,204); }
div.DivClassName
{
background-color: #5CABCC;
}
.BgClassName
{
background-color: #5CABCC;
}
</style>
border-color css
<style>
span { border-color: #5CABCC; }
span { border-color: rgb(92,171,204); }
td.TdClassName
{
border-color: #5CABCC;
}
.TagClassName
{
border-color: #5CABCC;
}
</style>