Shades of Picton Blue #5BA2CE
Tints of Picton Blue #5BA2CE
RGB
CMYK
RGB Variations
Color information
#5BA2CE (or 0x5BA2CE) is known color: Picton Blue. HEX triplet: 5B, A2 and CE. RGB value is (91,162,206). Sum of RGB (Red+Green+Blue) = 91+162+206=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BA2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA2CE is #A45D31. Grayscale: #919191. Windows color (decimal): -10771762 or 13541979. OLE color: 13541979.
HSL color Cylindrical-coordinate representation of color #5BA2CE: hue angle of 202.96º 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 #5BA2CE is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 162 | 206 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.19 |
| HSL | 202.96º | 0.54% | 0.58% | - |
| HSV(B) | 202.96º | 0.56% | 0.81% | - |
| XYZ | 28.38 | 32.52 | 63.17 | - |
| YUV | 145.79 | 161.98 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 206 | 0.56 | 0.21 | 0 | 0.19 | 202.96 | 0.54 | 0.58 |
| Hex | 5B | A2 | CE | 38 | 15 | 0 | 13 | CB | 36 | 3A |
| Octal | 133 | 242 | 316 | 70 | 25 | 0 | 23 | 313 | 66 | 72 |
| Binary | 1011011 | 10100010 | 11001110 | 111000 | 10101 | 0 | 10011 | 11001011 | 110110 | 111010 |
Color Harmonies of #5BA2CE
Complementary color
Monochromatic Colors of #5BA2CE
Black with #5BA2CE
Text Example
Text Example
White with #5BA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA2CE; }
p { color: rgb(91,162,206); }
H1.HeaderClassName
{
color: #5BA2CE;
}
.AnyTagClassName
{
color: #5BA2CE;
}
</style>
background-color css
<style>
a { background-color: #5BA2CE; }
a { background-color: rgb(91,162,206); }
div.DivClassName
{
background-color: #5BA2CE;
}
.BgClassName
{
background-color: #5BA2CE;
}
</style>
border-color css
<style>
span { border-color: #5BA2CE; }
span { border-color: rgb(91,162,206); }
td.TdClassName
{
border-color: #5BA2CE;
}
.TagClassName
{
border-color: #5BA2CE;
}
</style>