Shades of Picton Blue #5BA0CE
Tints of Picton Blue #5BA0CE
RGB
CMYK
RGB Variations
Color information
#5BA0CE (or 0x5BA0CE) is known color: Picton Blue. HEX triplet: 5B, A0 and CE. RGB value is (91,160,206). Sum of RGB (Red+Green+Blue) = 91+160+206=457 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.91% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BA0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA0CE is #A45F31. Grayscale: #909090. Windows color (decimal): -10772274 or 13541467. OLE color: 13541467.
HSL color Cylindrical-coordinate representation of color #5BA0CE: hue angle of 204º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BA0CE is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 160 | 206 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.19 |
| HSL | 204º | 0.54% | 0.58% | - |
| HSV(B) | 204º | 0.56% | 0.81% | - |
| XYZ | 28.03 | 31.82 | 63.06 | - |
| YUV | 144.61 | 162.64 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 206 | 0.56 | 0.22 | 0 | 0.19 | 204 | 0.54 | 0.58 |
| Hex | 5B | A0 | CE | 38 | 16 | 0 | 13 | CC | 36 | 3A |
| Octal | 133 | 240 | 316 | 70 | 26 | 0 | 23 | 314 | 66 | 72 |
| Binary | 1011011 | 10100000 | 11001110 | 111000 | 10110 | 0 | 10011 | 11001100 | 110110 | 111010 |
Color Harmonies of #5BA0CE
Complementary color
Monochromatic Colors of #5BA0CE
Black with #5BA0CE
Text Example
Text Example
White with #5BA0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA0CE; }
p { color: rgb(91,160,206); }
H1.HeaderClassName
{
color: #5BA0CE;
}
.AnyTagClassName
{
color: #5BA0CE;
}
</style>
background-color css
<style>
a { background-color: #5BA0CE; }
a { background-color: rgb(91,160,206); }
div.DivClassName
{
background-color: #5BA0CE;
}
.BgClassName
{
background-color: #5BA0CE;
}
</style>
border-color css
<style>
span { border-color: #5BA0CE; }
span { border-color: rgb(91,160,206); }
td.TdClassName
{
border-color: #5BA0CE;
}
.TagClassName
{
border-color: #5BA0CE;
}
</style>