Shades of Picton Blue #5BABCC
Tints of Picton Blue #5BABCC
RGB
CMYK
RGB Variations
Color information
#5BABCC (or 0x5BABCC) is known color: Picton Blue. HEX triplet: 5B, AB and CC. RGB value is (91,171,204). Sum of RGB (Red+Green+Blue) = 91+171+204=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BABCC is #A45433. Grayscale: #969696. Windows color (decimal): -10769460 or 13413211. OLE color: 13413211.
HSL color Cylindrical-coordinate representation of color #5BABCC: hue angle of 197.52º degrees, saturation: 0.53, 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 #5BABCC is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 171 | 204 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.2 |
| HSL | 197.52º | 0.53% | 0.58% | - |
| HSV(B) | 197.52º | 0.55% | 0.8% | - |
| XYZ | 29.78 | 35.71 | 62.45 | - |
| YUV | 150.84 | 158 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 204 | 0.55 | 0.16 | 0 | 0.2 | 197.52 | 0.53 | 0.58 |
| Hex | 5B | AB | CC | 37 | 10 | 0 | 14 | C6 | 35 | 3A |
| Octal | 133 | 253 | 314 | 67 | 20 | 0 | 24 | 306 | 65 | 72 |
| Binary | 1011011 | 10101011 | 11001100 | 110111 | 10000 | 0 | 10100 | 11000110 | 110101 | 111010 |
Color Harmonies of #5BABCC
Complementary color
Monochromatic Colors of #5BABCC
Black with #5BABCC
Text Example
Text Example
White with #5BABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BABCC; }
p { color: rgb(91,171,204); }
H1.HeaderClassName
{
color: #5BABCC;
}
.AnyTagClassName
{
color: #5BABCC;
}
</style>
background-color css
<style>
a { background-color: #5BABCC; }
a { background-color: rgb(91,171,204); }
div.DivClassName
{
background-color: #5BABCC;
}
.BgClassName
{
background-color: #5BABCC;
}
</style>
border-color css
<style>
span { border-color: #5BABCC; }
span { border-color: rgb(91,171,204); }
td.TdClassName
{
border-color: #5BABCC;
}
.TagClassName
{
border-color: #5BABCC;
}
</style>