Shades of Picton Blue #5BABCB
Tints of Picton Blue #5BABCB
RGB
CMYK
RGB Variations
Color information
#5BABCB (or 0x5BABCB) is known color: Picton Blue. HEX triplet: 5B, AB and CB. RGB value is (91,171,203). Sum of RGB (Red+Green+Blue) = 91+171+203=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #5BABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BABCB is #A45434. Grayscale: #969696. Windows color (decimal): -10769461 or 13347675. OLE color: 13347675.
HSL color Cylindrical-coordinate representation of color #5BABCB: hue angle of 197.14º 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 #5BABCB is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 171 | 203 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.20 |
| HSL | 197.14º | 0.52% | 0.58% | - |
| HSV(B) | 197.14º | 0.55% | 0.8% | - |
| XYZ | 29.66 | 35.66 | 61.82 | - |
| YUV | 150.73 | 157.5 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 203 | 0.55 | 0.16 | 0 | 0.20 | 197.14 | 0.52 | 0.58 |
| Hex | 5B | AB | CB | 37 | 10 | 0 | 14 | C5 | 34 | 3A |
| Octal | 133 | 253 | 313 | 67 | 20 | 0 | 24 | 305 | 64 | 72 |
| Binary | 1011011 | 10101011 | 11001011 | 110111 | 10000 | 0 | 10100 | 11000101 | 110100 | 111010 |
Color Harmonies of #5BABCB
Complementary color
Monochromatic Colors of #5BABCB
Black with #5BABCB
Text Example
Text Example
White with #5BABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BABCB; }
p { color: rgb(91,171,203); }
H1.HeaderClassName
{
color: #5BABCB;
}
.AnyTagClassName
{
color: #5BABCB;
}
</style>
background-color css
<style>
a { background-color: #5BABCB; }
a { background-color: rgb(91,171,203); }
div.DivClassName
{
background-color: #5BABCB;
}
.BgClassName
{
background-color: #5BABCB;
}
</style>
border-color css
<style>
span { border-color: #5BABCB; }
span { border-color: rgb(91,171,203); }
td.TdClassName
{
border-color: #5BABCB;
}
.TagClassName
{
border-color: #5BABCB;
}
</style>