Shades of Picton Blue #5CABDC
Tints of Picton Blue #5CABDC
RGB
CMYK
RGB Variations
Color information
#5CABDC (or 0x5CABDC) is known color: Picton Blue. HEX triplet: 5C, AB and DC. RGB value is (92,171,220). Sum of RGB (Red+Green+Blue) = 92+171+220=483 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.05% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #5CABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CABDC is #A35423. Grayscale: #989898. Windows color (decimal): -10703908 or 14461788. OLE color: 14461788.
HSL color Cylindrical-coordinate representation of color #5CABDC: hue angle of 202.97º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CABDC is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 171 | 220 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.14 |
| HSL | 202.97º | 0.65% | 0.61% | - |
| HSV(B) | 202.97º | 0.58% | 0.86% | - |
| XYZ | 31.89 | 36.57 | 73.09 | - |
| YUV | 152.97 | 165.83 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 171 | 220 | 0.58 | 0.22 | 0 | 0.14 | 202.97 | 0.65 | 0.61 |
| Hex | 5C | AB | DC | 3A | 16 | 0 | E | CB | 41 | 3D |
| Octal | 134 | 253 | 334 | 72 | 26 | 0 | 16 | 313 | 101 | 75 |
| Binary | 1011100 | 10101011 | 11011100 | 111010 | 10110 | 0 | 1110 | 11001011 | 1000001 | 111101 |
Color Harmonies of #5CABDC
Complementary color
Monochromatic Colors of #5CABDC
Black with #5CABDC
Text Example
Text Example
White with #5CABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CABDC; }
p { color: rgb(92,171,220); }
H1.HeaderClassName
{
color: #5CABDC;
}
.AnyTagClassName
{
color: #5CABDC;
}
</style>
background-color css
<style>
a { background-color: #5CABDC; }
a { background-color: rgb(92,171,220); }
div.DivClassName
{
background-color: #5CABDC;
}
.BgClassName
{
background-color: #5CABDC;
}
</style>
border-color css
<style>
span { border-color: #5CABDC; }
span { border-color: rgb(92,171,220); }
td.TdClassName
{
border-color: #5CABDC;
}
.TagClassName
{
border-color: #5CABDC;
}
</style>