Shades of Picton Blue #5BA6CC
Tints of Picton Blue #5BA6CC
RGB
CMYK
RGB Variations
Color information
#5BA6CC (or 0x5BA6CC) is known color: Picton Blue. HEX triplet: 5B, A6 and CC. RGB value is (91,166,204). Sum of RGB (Red+Green+Blue) = 91+166+204=461 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.74% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BA6CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA6CC is #A45933. Grayscale: #939393. Windows color (decimal): -10770740 or 13411931. OLE color: 13411931.
HSL color Cylindrical-coordinate representation of color #5BA6CC: hue angle of 200.18º 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 #5BA6CC is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 166 | 204 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.2 |
| HSL | 200.18º | 0.53% | 0.58% | - |
| HSV(B) | 200.18º | 0.55% | 0.8% | - |
| XYZ | 28.85 | 33.86 | 62.14 | - |
| YUV | 147.91 | 159.65 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 204 | 0.55 | 0.19 | 0 | 0.2 | 200.18 | 0.53 | 0.58 |
| Hex | 5B | A6 | CC | 37 | 13 | 0 | 14 | C8 | 35 | 3A |
| Octal | 133 | 246 | 314 | 67 | 23 | 0 | 24 | 310 | 65 | 72 |
| Binary | 1011011 | 10100110 | 11001100 | 110111 | 10011 | 0 | 10100 | 11001000 | 110101 | 111010 |
Color Harmonies of #5BA6CC
Complementary color
Monochromatic Colors of #5BA6CC
Black with #5BA6CC
Text Example
Text Example
White with #5BA6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA6CC; }
p { color: rgb(91,166,204); }
H1.HeaderClassName
{
color: #5BA6CC;
}
.AnyTagClassName
{
color: #5BA6CC;
}
</style>
background-color css
<style>
a { background-color: #5BA6CC; }
a { background-color: rgb(91,166,204); }
div.DivClassName
{
background-color: #5BA6CC;
}
.BgClassName
{
background-color: #5BA6CC;
}
</style>
border-color css
<style>
span { border-color: #5BA6CC; }
span { border-color: rgb(91,166,204); }
td.TdClassName
{
border-color: #5BA6CC;
}
.TagClassName
{
border-color: #5BA6CC;
}
</style>