Shades of Picton Blue #5E9DCB
Tints of Picton Blue #5E9DCB
RGB
CMYK
RGB Variations
Color information
#5E9DCB (or 0x5E9DCB) is known color: Picton Blue. HEX triplet: 5E, 9D and CB. RGB value is (94,157,203). Sum of RGB (Red+Green+Blue) = 94+157+203=454 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.70% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E9DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9DCB is #A16234. Grayscale: #8F8F8F. Windows color (decimal): -10576437 or 13344094. OLE color: 13344094.
HSL color Cylindrical-coordinate representation of color #5E9DCB: hue angle of 205.32º 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 #5E9DCB is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 157 | 203 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.20 |
| HSL | 205.32º | 0.51% | 0.58% | - |
| HSV(B) | 205.32º | 0.54% | 0.8% | - |
| XYZ | 27.45 | 30.81 | 61 | - |
| YUV | 143.41 | 161.63 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 203 | 0.54 | 0.23 | 0 | 0.20 | 205.32 | 0.51 | 0.58 |
| Hex | 5E | 9D | CB | 36 | 17 | 0 | 14 | CD | 33 | 3A |
| Octal | 136 | 235 | 313 | 66 | 27 | 0 | 24 | 315 | 63 | 72 |
| Binary | 1011110 | 10011101 | 11001011 | 110110 | 10111 | 0 | 10100 | 11001101 | 110011 | 111010 |
Color Harmonies of #5E9DCB
Complementary color
Monochromatic Colors of #5E9DCB
Black with #5E9DCB
Text Example
Text Example
White with #5E9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9DCB; }
p { color: rgb(94,157,203); }
H1.HeaderClassName
{
color: #5E9DCB;
}
.AnyTagClassName
{
color: #5E9DCB;
}
</style>
background-color css
<style>
a { background-color: #5E9DCB; }
a { background-color: rgb(94,157,203); }
div.DivClassName
{
background-color: #5E9DCB;
}
.BgClassName
{
background-color: #5E9DCB;
}
</style>
border-color css
<style>
span { border-color: #5E9DCB; }
span { border-color: rgb(94,157,203); }
td.TdClassName
{
border-color: #5E9DCB;
}
.TagClassName
{
border-color: #5E9DCB;
}
</style>