Shades of Picton Blue #5E9BCE
Tints of Picton Blue #5E9BCE
RGB
CMYK
RGB Variations
Color information
#5E9BCE (or 0x5E9BCE) is known color: Picton Blue. HEX triplet: 5E, 9B and CE. RGB value is (94,155,206). Sum of RGB (Red+Green+Blue) = 94+155+206=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E9BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9BCE is #A16431. Grayscale: #8E8E8E. Windows color (decimal): -10576946 or 13540190. OLE color: 13540190.
HSL color Cylindrical-coordinate representation of color #5E9BCE: hue angle of 207.32º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E9BCE is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 155 | 206 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.19 |
| HSL | 207.32º | 0.53% | 0.59% | - |
| HSV(B) | 207.32º | 0.54% | 0.81% | - |
| XYZ | 27.48 | 30.28 | 62.79 | - |
| YUV | 142.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 206 | 0.54 | 0.25 | 0 | 0.19 | 207.32 | 0.53 | 0.59 |
| Hex | 5E | 9B | CE | 36 | 19 | 0 | 13 | CF | 35 | 3B |
| Octal | 136 | 233 | 316 | 66 | 31 | 0 | 23 | 317 | 65 | 73 |
| Binary | 1011110 | 10011011 | 11001110 | 110110 | 11001 | 0 | 10011 | 11001111 | 110101 | 111011 |
Color Harmonies of #5E9BCE
Complementary color
Monochromatic Colors of #5E9BCE
Black with #5E9BCE
Text Example
Text Example
White with #5E9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9BCE; }
p { color: rgb(94,155,206); }
H1.HeaderClassName
{
color: #5E9BCE;
}
.AnyTagClassName
{
color: #5E9BCE;
}
</style>
background-color css
<style>
a { background-color: #5E9BCE; }
a { background-color: rgb(94,155,206); }
div.DivClassName
{
background-color: #5E9BCE;
}
.BgClassName
{
background-color: #5E9BCE;
}
</style>
border-color css
<style>
span { border-color: #5E9BCE; }
span { border-color: rgb(94,155,206); }
td.TdClassName
{
border-color: #5E9BCE;
}
.TagClassName
{
border-color: #5E9BCE;
}
</style>