Shades of Picton Blue #5B96DB
Tints of Picton Blue #5B96DB
RGB
CMYK
RGB Variations
Color information
#5B96DB (or 0x5B96DB) is known color: Picton Blue. HEX triplet: 5B, 96 and DB. RGB value is (91,150,219). Sum of RGB (Red+Green+Blue) = 91+150+219=460 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.78% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B96DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B96DB is #A46924. Grayscale: #8B8B8B. Windows color (decimal): -10774821 or 14390875. OLE color: 14390875.
HSL color Cylindrical-coordinate representation of color #5B96DB: hue angle of 212.34º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B96DB is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 150 | 219 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.14 |
| HSL | 212.34º | 0.64% | 0.61% | - |
| HSV(B) | 212.34º | 0.58% | 0.86% | - |
| XYZ | 28.01 | 29.15 | 71.17 | - |
| YUV | 140.23 | 172.45 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 219 | 0.58 | 0.32 | 0 | 0.14 | 212.34 | 0.64 | 0.61 |
| Hex | 5B | 96 | DB | 3A | 20 | 0 | E | D4 | 40 | 3D |
| Octal | 133 | 226 | 333 | 72 | 40 | 0 | 16 | 324 | 100 | 75 |
| Binary | 1011011 | 10010110 | 11011011 | 111010 | 100000 | 0 | 1110 | 11010100 | 1000000 | 111101 |
Color Harmonies of #5B96DB
Complementary color
Monochromatic Colors of #5B96DB
Black with #5B96DB
Text Example
Text Example
White with #5B96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B96DB; }
p { color: rgb(91,150,219); }
H1.HeaderClassName
{
color: #5B96DB;
}
.AnyTagClassName
{
color: #5B96DB;
}
</style>
background-color css
<style>
a { background-color: #5B96DB; }
a { background-color: rgb(91,150,219); }
div.DivClassName
{
background-color: #5B96DB;
}
.BgClassName
{
background-color: #5B96DB;
}
</style>
border-color css
<style>
span { border-color: #5B96DB; }
span { border-color: rgb(91,150,219); }
td.TdClassName
{
border-color: #5B96DB;
}
.TagClassName
{
border-color: #5B96DB;
}
</style>