Shades of Picton Blue #5B9ADB
Tints of Picton Blue #5B9ADB
RGB
CMYK
RGB Variations
Color information
#5B9ADB (or 0x5B9ADB) is known color: Picton Blue. HEX triplet: 5B, 9A and DB. RGB value is (91,154,219). Sum of RGB (Red+Green+Blue) = 91+154+219=464 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.61% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B9ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9ADB is #A46524. Grayscale: #8E8E8E. Windows color (decimal): -10773797 or 14391899. OLE color: 14391899.
HSL color Cylindrical-coordinate representation of color #5B9ADB: hue angle of 210.47º 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 #5B9ADB is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 154 | 219 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.14 |
| HSL | 210.47º | 0.64% | 0.61% | - |
| HSV(B) | 210.47º | 0.58% | 0.86% | - |
| XYZ | 28.66 | 30.45 | 71.38 | - |
| YUV | 142.57 | 171.13 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 154 | 219 | 0.58 | 0.30 | 0 | 0.14 | 210.47 | 0.64 | 0.61 |
| Hex | 5B | 9A | DB | 3A | 1E | 0 | E | D2 | 40 | 3D |
| Octal | 133 | 232 | 333 | 72 | 36 | 0 | 16 | 322 | 100 | 75 |
| Binary | 1011011 | 10011010 | 11011011 | 111010 | 11110 | 0 | 1110 | 11010010 | 1000000 | 111101 |
Color Harmonies of #5B9ADB
Complementary color
Monochromatic Colors of #5B9ADB
Black with #5B9ADB
Text Example
Text Example
White with #5B9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9ADB; }
p { color: rgb(91,154,219); }
H1.HeaderClassName
{
color: #5B9ADB;
}
.AnyTagClassName
{
color: #5B9ADB;
}
</style>
background-color css
<style>
a { background-color: #5B9ADB; }
a { background-color: rgb(91,154,219); }
div.DivClassName
{
background-color: #5B9ADB;
}
.BgClassName
{
background-color: #5B9ADB;
}
</style>
border-color css
<style>
span { border-color: #5B9ADB; }
span { border-color: rgb(91,154,219); }
td.TdClassName
{
border-color: #5B9ADB;
}
.TagClassName
{
border-color: #5B9ADB;
}
</style>