Shades of Picton Blue #5B96D0
Tints of Picton Blue #5B96D0
RGB
CMYK
RGB Variations
Color information
#5B96D0 (or 0x5B96D0) is known color: Picton Blue. HEX triplet: 5B, 96 and D0. RGB value is (91,150,208). Sum of RGB (Red+Green+Blue) = 91+150+208=449 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.27% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #5B96D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B96D0 is #A4692F. Grayscale: #8A8A8A. Windows color (decimal): -10774832 or 13669979. OLE color: 13669979.
HSL color Cylindrical-coordinate representation of color #5B96D0: hue angle of 209.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B96D0 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 150 | 208 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.18 |
| HSL | 209.74º | 0.55% | 0.59% | - |
| HSV(B) | 209.74º | 0.56% | 0.82% | - |
| XYZ | 26.61 | 28.59 | 63.79 | - |
| YUV | 138.97 | 166.95 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 208 | 0.56 | 0.28 | 0 | 0.18 | 209.74 | 0.55 | 0.59 |
| Hex | 5B | 96 | D0 | 38 | 1C | 0 | 12 | D2 | 37 | 3B |
| Octal | 133 | 226 | 320 | 70 | 34 | 0 | 22 | 322 | 67 | 73 |
| Binary | 1011011 | 10010110 | 11010000 | 111000 | 11100 | 0 | 10010 | 11010010 | 110111 | 111011 |
Color Harmonies of #5B96D0
Complementary color
Monochromatic Colors of #5B96D0
Black with #5B96D0
Text Example
Text Example
White with #5B96D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B96D0; }
p { color: rgb(91,150,208); }
H1.HeaderClassName
{
color: #5B96D0;
}
.AnyTagClassName
{
color: #5B96D0;
}
</style>
background-color css
<style>
a { background-color: #5B96D0; }
a { background-color: rgb(91,150,208); }
div.DivClassName
{
background-color: #5B96D0;
}
.BgClassName
{
background-color: #5B96D0;
}
</style>
border-color css
<style>
span { border-color: #5B96D0; }
span { border-color: rgb(91,150,208); }
td.TdClassName
{
border-color: #5B96D0;
}
.TagClassName
{
border-color: #5B96D0;
}
</style>