Shades of Picton Blue #5D9FCB
Tints of Picton Blue #5D9FCB
RGB
CMYK
RGB Variations
Color information
#5D9FCB (or 0x5D9FCB) is known color: Picton Blue. HEX triplet: 5D, 9F and CB. RGB value is (93,159,203). Sum of RGB (Red+Green+Blue) = 93+159+203=455 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.44% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D9FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9FCB is #A26034. Grayscale: #909090. Windows color (decimal): -10641461 or 13344605. OLE color: 13344605.
HSL color Cylindrical-coordinate representation of color #5D9FCB: hue angle of 204º 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 #5D9FCB is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 159 | 203 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.20 |
| HSL | 204º | 0.51% | 0.58% | - |
| HSV(B) | 204º | 0.54% | 0.8% | - |
| XYZ | 27.69 | 31.44 | 61.11 | - |
| YUV | 144.28 | 161.13 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 159 | 203 | 0.54 | 0.22 | 0 | 0.20 | 204 | 0.51 | 0.58 |
| Hex | 5D | 9F | CB | 36 | 16 | 0 | 14 | CC | 33 | 3A |
| Octal | 135 | 237 | 313 | 66 | 26 | 0 | 24 | 314 | 63 | 72 |
| Binary | 1011101 | 10011111 | 11001011 | 110110 | 10110 | 0 | 10100 | 11001100 | 110011 | 111010 |
Color Harmonies of #5D9FCB
Complementary color
Monochromatic Colors of #5D9FCB
Black with #5D9FCB
Text Example
Text Example
White with #5D9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9FCB; }
p { color: rgb(93,159,203); }
H1.HeaderClassName
{
color: #5D9FCB;
}
.AnyTagClassName
{
color: #5D9FCB;
}
</style>
background-color css
<style>
a { background-color: #5D9FCB; }
a { background-color: rgb(93,159,203); }
div.DivClassName
{
background-color: #5D9FCB;
}
.BgClassName
{
background-color: #5D9FCB;
}
</style>
border-color css
<style>
span { border-color: #5D9FCB; }
span { border-color: rgb(93,159,203); }
td.TdClassName
{
border-color: #5D9FCB;
}
.TagClassName
{
border-color: #5D9FCB;
}
</style>