Shades of Picton Blue #5D9ECB
Tints of Picton Blue #5D9ECB
RGB
CMYK
RGB Variations
Color information
#5D9ECB (or 0x5D9ECB) is known color: Picton Blue. HEX triplet: 5D, 9E and CB. RGB value is (93,158,203). Sum of RGB (Red+Green+Blue) = 93+158+203=454 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.48% from 454); Green value is 158 (62.11% from 255 or 34.80% 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 #5D9ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9ECB is #A26134. Grayscale: #8F8F8F. Windows color (decimal): -10641717 or 13344349. OLE color: 13344349.
HSL color Cylindrical-coordinate representation of color #5D9ECB: hue angle of 204.55º 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 #5D9ECB is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 158 | 203 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.20 |
| HSL | 204.55º | 0.51% | 0.58% | - |
| HSV(B) | 204.55º | 0.54% | 0.8% | - |
| XYZ | 27.52 | 31.09 | 61.05 | - |
| YUV | 143.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 158 | 203 | 0.54 | 0.22 | 0 | 0.20 | 204.55 | 0.51 | 0.58 |
| Hex | 5D | 9E | CB | 36 | 16 | 0 | 14 | CD | 33 | 3A |
| Octal | 135 | 236 | 313 | 66 | 26 | 0 | 24 | 315 | 63 | 72 |
| Binary | 1011101 | 10011110 | 11001011 | 110110 | 10110 | 0 | 10100 | 11001101 | 110011 | 111010 |
Color Harmonies of #5D9ECB
Complementary color
Monochromatic Colors of #5D9ECB
Black with #5D9ECB
Text Example
Text Example
White with #5D9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9ECB; }
p { color: rgb(93,158,203); }
H1.HeaderClassName
{
color: #5D9ECB;
}
.AnyTagClassName
{
color: #5D9ECB;
}
</style>
background-color css
<style>
a { background-color: #5D9ECB; }
a { background-color: rgb(93,158,203); }
div.DivClassName
{
background-color: #5D9ECB;
}
.BgClassName
{
background-color: #5D9ECB;
}
</style>
border-color css
<style>
span { border-color: #5D9ECB; }
span { border-color: rgb(93,158,203); }
td.TdClassName
{
border-color: #5D9ECB;
}
.TagClassName
{
border-color: #5D9ECB;
}
</style>