Shades of Picton Blue #5E9BCB
Tints of Picton Blue #5E9BCB
RGB
CMYK
RGB Variations
Color information
#5E9BCB (or 0x5E9BCB) is known color: Picton Blue. HEX triplet: 5E, 9B and CB. RGB value is (94,155,203). Sum of RGB (Red+Green+Blue) = 94+155+203=452 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.80% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E9BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9BCB is #A16434. Grayscale: #8D8D8D. Windows color (decimal): -10576949 or 13343582. OLE color: 13343582.
HSL color Cylindrical-coordinate representation of color #5E9BCB: hue angle of 206.42º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E9BCB is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 155 | 203 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.20 |
| HSL | 206.42º | 0.51% | 0.58% | - |
| HSV(B) | 206.42º | 0.54% | 0.8% | - |
| XYZ | 27.12 | 30.13 | 60.89 | - |
| YUV | 142.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 203 | 0.54 | 0.24 | 0 | 0.20 | 206.42 | 0.51 | 0.58 |
| Hex | 5E | 9B | CB | 36 | 18 | 0 | 14 | CE | 33 | 3A |
| Octal | 136 | 233 | 313 | 66 | 30 | 0 | 24 | 316 | 63 | 72 |
| Binary | 1011110 | 10011011 | 11001011 | 110110 | 11000 | 0 | 10100 | 11001110 | 110011 | 111010 |
Color Harmonies of #5E9BCB
Complementary color
Monochromatic Colors of #5E9BCB
Black with #5E9BCB
Text Example
Text Example
White with #5E9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9BCB; }
p { color: rgb(94,155,203); }
H1.HeaderClassName
{
color: #5E9BCB;
}
.AnyTagClassName
{
color: #5E9BCB;
}
</style>
background-color css
<style>
a { background-color: #5E9BCB; }
a { background-color: rgb(94,155,203); }
div.DivClassName
{
background-color: #5E9BCB;
}
.BgClassName
{
background-color: #5E9BCB;
}
</style>
border-color css
<style>
span { border-color: #5E9BCB; }
span { border-color: rgb(94,155,203); }
td.TdClassName
{
border-color: #5E9BCB;
}
.TagClassName
{
border-color: #5E9BCB;
}
</style>