Shades of Picton Blue #5BABDC
Tints of Picton Blue #5BABDC
RGB
CMYK
RGB Variations
Color information
#5BABDC (or 0x5BABDC) is known color: Picton Blue. HEX triplet: 5B, AB and DC. RGB value is (91,171,220). Sum of RGB (Red+Green+Blue) = 91+171+220=482 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.88% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BABDC is #A45423. Grayscale: #989898. Windows color (decimal): -10769444 or 14461787. OLE color: 14461787.
HSL color Cylindrical-coordinate representation of color #5BABDC: hue angle of 202.79º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BABDC is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 171 | 220 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.14 |
| HSL | 202.79º | 0.65% | 0.61% | - |
| HSV(B) | 202.79º | 0.59% | 0.86% | - |
| XYZ | 31.8 | 36.52 | 73.08 | - |
| YUV | 152.67 | 166 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 220 | 0.59 | 0.22 | 0 | 0.14 | 202.79 | 0.65 | 0.61 |
| Hex | 5B | AB | DC | 3B | 16 | 0 | E | CB | 41 | 3D |
| Octal | 133 | 253 | 334 | 73 | 26 | 0 | 16 | 313 | 101 | 75 |
| Binary | 1011011 | 10101011 | 11011100 | 111011 | 10110 | 0 | 1110 | 11001011 | 1000001 | 111101 |
Color Harmonies of #5BABDC
Complementary color
Monochromatic Colors of #5BABDC
Black with #5BABDC
Text Example
Text Example
White with #5BABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BABDC; }
p { color: rgb(91,171,220); }
H1.HeaderClassName
{
color: #5BABDC;
}
.AnyTagClassName
{
color: #5BABDC;
}
</style>
background-color css
<style>
a { background-color: #5BABDC; }
a { background-color: rgb(91,171,220); }
div.DivClassName
{
background-color: #5BABDC;
}
.BgClassName
{
background-color: #5BABDC;
}
</style>
border-color css
<style>
span { border-color: #5BABDC; }
span { border-color: rgb(91,171,220); }
td.TdClassName
{
border-color: #5BABDC;
}
.TagClassName
{
border-color: #5BABDC;
}
</style>