Shades of Picton Blue #5B9ADE
Tints of Picton Blue #5B9ADE
RGB
CMYK
RGB Variations
Color information
#5B9ADE (or 0x5B9ADE) is known color: Picton Blue. HEX triplet: 5B, 9A and DE. RGB value is (91,154,222). Sum of RGB (Red+Green+Blue) = 91+154+222=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B9ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9ADE is #A46521. Grayscale: #8E8E8E. Windows color (decimal): -10773794 or 14588507. OLE color: 14588507.
HSL color Cylindrical-coordinate representation of color #5B9ADE: hue angle of 211.15º 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 #5B9ADE is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 154 | 222 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.13 |
| HSL | 211.15º | 0.66% | 0.61% | - |
| HSV(B) | 211.15º | 0.59% | 0.87% | - |
| XYZ | 29.05 | 30.61 | 73.48 | - |
| YUV | 142.92 | 172.63 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 154 | 222 | 0.59 | 0.31 | 0 | 0.13 | 211.15 | 0.66 | 0.61 |
| Hex | 5B | 9A | DE | 3B | 1F | 0 | D | D3 | 42 | 3D |
| Octal | 133 | 232 | 336 | 73 | 37 | 0 | 15 | 323 | 102 | 75 |
| Binary | 1011011 | 10011010 | 11011110 | 111011 | 11111 | 0 | 1101 | 11010011 | 1000010 | 111101 |
Color Harmonies of #5B9ADE
Complementary color
Monochromatic Colors of #5B9ADE
Black with #5B9ADE
Text Example
Text Example
White with #5B9ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9ADE; }
p { color: rgb(91,154,222); }
H1.HeaderClassName
{
color: #5B9ADE;
}
.AnyTagClassName
{
color: #5B9ADE;
}
</style>
background-color css
<style>
a { background-color: #5B9ADE; }
a { background-color: rgb(91,154,222); }
div.DivClassName
{
background-color: #5B9ADE;
}
.BgClassName
{
background-color: #5B9ADE;
}
</style>
border-color css
<style>
span { border-color: #5B9ADE; }
span { border-color: rgb(91,154,222); }
td.TdClassName
{
border-color: #5B9ADE;
}
.TagClassName
{
border-color: #5B9ADE;
}
</style>