Shades of Picton Blue #5B9FDD
Tints of Picton Blue #5B9FDD
RGB
CMYK
RGB Variations
Color information
#5B9FDD (or 0x5B9FDD) is known color: Picton Blue. HEX triplet: 5B, 9F and DD. RGB value is (91,159,221). Sum of RGB (Red+Green+Blue) = 91+159+221=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B9FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9FDD is #A46022. Grayscale: #919191. Windows color (decimal): -10772515 or 14524251. OLE color: 14524251.
HSL color Cylindrical-coordinate representation of color #5B9FDD: hue angle of 208.62º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B9FDD is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 159 | 221 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.13 |
| HSL | 208.62º | 0.66% | 0.61% | - |
| HSV(B) | 208.62º | 0.59% | 0.87% | - |
| XYZ | 29.76 | 32.24 | 73.06 | - |
| YUV | 145.74 | 170.47 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 159 | 221 | 0.59 | 0.28 | 0 | 0.13 | 208.62 | 0.66 | 0.61 |
| Hex | 5B | 9F | DD | 3B | 1C | 0 | D | D1 | 42 | 3D |
| Octal | 133 | 237 | 335 | 73 | 34 | 0 | 15 | 321 | 102 | 75 |
| Binary | 1011011 | 10011111 | 11011101 | 111011 | 11100 | 0 | 1101 | 11010001 | 1000010 | 111101 |
Color Harmonies of #5B9FDD
Complementary color
Monochromatic Colors of #5B9FDD
Black with #5B9FDD
Text Example
Text Example
White with #5B9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9FDD; }
p { color: rgb(91,159,221); }
H1.HeaderClassName
{
color: #5B9FDD;
}
.AnyTagClassName
{
color: #5B9FDD;
}
</style>
background-color css
<style>
a { background-color: #5B9FDD; }
a { background-color: rgb(91,159,221); }
div.DivClassName
{
background-color: #5B9FDD;
}
.BgClassName
{
background-color: #5B9FDD;
}
</style>
border-color css
<style>
span { border-color: #5B9FDD; }
span { border-color: rgb(91,159,221); }
td.TdClassName
{
border-color: #5B9FDD;
}
.TagClassName
{
border-color: #5B9FDD;
}
</style>