Shades of Picton Blue #5E9BD8
Tints of Picton Blue #5E9BD8
RGB
CMYK
RGB Variations
Color information
#5E9BD8 (or 0x5E9BD8) is known color: Picton Blue. HEX triplet: 5E, 9B and D8. RGB value is (94,155,216). Sum of RGB (Red+Green+Blue) = 94+155+216=465 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.22% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #5E9BD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9BD8 is #A16427. Grayscale: #8F8F8F. Windows color (decimal): -10576936 or 14195550. OLE color: 14195550.
HSL color Cylindrical-coordinate representation of color #5E9BD8: hue angle of 210º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E9BD8 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 155 | 216 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.15 |
| HSL | 210º | 0.61% | 0.61% | - |
| HSV(B) | 210º | 0.56% | 0.85% | - |
| XYZ | 28.73 | 30.78 | 69.39 | - |
| YUV | 143.72 | 168.79 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 216 | 0.56 | 0.28 | 0 | 0.15 | 210 | 0.61 | 0.61 |
| Hex | 5E | 9B | D8 | 38 | 1C | 0 | F | D2 | 3D | 3D |
| Octal | 136 | 233 | 330 | 70 | 34 | 0 | 17 | 322 | 75 | 75 |
| Binary | 1011110 | 10011011 | 11011000 | 111000 | 11100 | 0 | 1111 | 11010010 | 111101 | 111101 |
Color Harmonies of #5E9BD8
Complementary color
Monochromatic Colors of #5E9BD8
Black with #5E9BD8
Text Example
Text Example
White with #5E9BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9BD8; }
p { color: rgb(94,155,216); }
H1.HeaderClassName
{
color: #5E9BD8;
}
.AnyTagClassName
{
color: #5E9BD8;
}
</style>
background-color css
<style>
a { background-color: #5E9BD8; }
a { background-color: rgb(94,155,216); }
div.DivClassName
{
background-color: #5E9BD8;
}
.BgClassName
{
background-color: #5E9BD8;
}
</style>
border-color css
<style>
span { border-color: #5E9BD8; }
span { border-color: rgb(94,155,216); }
td.TdClassName
{
border-color: #5E9BD8;
}
.TagClassName
{
border-color: #5E9BD8;
}
</style>