Shades of Picton Blue #5B9CDB
Tints of Picton Blue #5B9CDB
RGB
CMYK
RGB Variations
Color information
#5B9CDB (or 0x5B9CDB) is known color: Picton Blue. HEX triplet: 5B, 9C and DB. RGB value is (91,156,219). Sum of RGB (Red+Green+Blue) = 91+156+219=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B9CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9CDB is #A46324. Grayscale: #8F8F8F. Windows color (decimal): -10773285 or 14392411. OLE color: 14392411.
HSL color Cylindrical-coordinate representation of color #5B9CDB: hue angle of 209.53º 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 #5B9CDB is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 156 | 219 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.14 |
| HSL | 209.53º | 0.64% | 0.61% | - |
| HSV(B) | 209.53º | 0.58% | 0.86% | - |
| XYZ | 28.99 | 31.12 | 71.5 | - |
| YUV | 143.75 | 170.47 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 156 | 219 | 0.58 | 0.29 | 0 | 0.14 | 209.53 | 0.64 | 0.61 |
| Hex | 5B | 9C | DB | 3A | 1D | 0 | E | D2 | 40 | 3D |
| Octal | 133 | 234 | 333 | 72 | 35 | 0 | 16 | 322 | 100 | 75 |
| Binary | 1011011 | 10011100 | 11011011 | 111010 | 11101 | 0 | 1110 | 11010010 | 1000000 | 111101 |
Color Harmonies of #5B9CDB
Complementary color
Monochromatic Colors of #5B9CDB
Black with #5B9CDB
Text Example
Text Example
White with #5B9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9CDB; }
p { color: rgb(91,156,219); }
H1.HeaderClassName
{
color: #5B9CDB;
}
.AnyTagClassName
{
color: #5B9CDB;
}
</style>
background-color css
<style>
a { background-color: #5B9CDB; }
a { background-color: rgb(91,156,219); }
div.DivClassName
{
background-color: #5B9CDB;
}
.BgClassName
{
background-color: #5B9CDB;
}
</style>
border-color css
<style>
span { border-color: #5B9CDB; }
span { border-color: rgb(91,156,219); }
td.TdClassName
{
border-color: #5B9CDB;
}
.TagClassName
{
border-color: #5B9CDB;
}
</style>