Shades of Picton Blue #5D9ECD
Tints of Picton Blue #5D9ECD
RGB
CMYK
RGB Variations
Color information
#5D9ECD (or 0x5D9ECD) is known color: Picton Blue. HEX triplet: 5D, 9E and CD. RGB value is (93,158,205). Sum of RGB (Red+Green+Blue) = 93+158+205=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D9ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9ECD is #A26132. Grayscale: #8F8F8F. Windows color (decimal): -10641715 or 13475421. OLE color: 13475421.
HSL color Cylindrical-coordinate representation of color #5D9ECD: hue angle of 205.18º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D9ECD is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 158 | 205 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.20 |
| HSL | 205.18º | 0.53% | 0.58% | - |
| HSV(B) | 205.18º | 0.55% | 0.8% | - |
| XYZ | 27.76 | 31.19 | 62.31 | - |
| YUV | 143.92 | 162.47 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 158 | 205 | 0.55 | 0.23 | 0 | 0.20 | 205.18 | 0.53 | 0.58 |
| Hex | 5D | 9E | CD | 37 | 17 | 0 | 14 | CD | 35 | 3A |
| Octal | 135 | 236 | 315 | 67 | 27 | 0 | 24 | 315 | 65 | 72 |
| Binary | 1011101 | 10011110 | 11001101 | 110111 | 10111 | 0 | 10100 | 11001101 | 110101 | 111010 |
Color Harmonies of #5D9ECD
Complementary color
Monochromatic Colors of #5D9ECD
Black with #5D9ECD
Text Example
Text Example
White with #5D9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9ECD; }
p { color: rgb(93,158,205); }
H1.HeaderClassName
{
color: #5D9ECD;
}
.AnyTagClassName
{
color: #5D9ECD;
}
</style>
background-color css
<style>
a { background-color: #5D9ECD; }
a { background-color: rgb(93,158,205); }
div.DivClassName
{
background-color: #5D9ECD;
}
.BgClassName
{
background-color: #5D9ECD;
}
</style>
border-color css
<style>
span { border-color: #5D9ECD; }
span { border-color: rgb(93,158,205); }
td.TdClassName
{
border-color: #5D9ECD;
}
.TagClassName
{
border-color: #5D9ECD;
}
</style>