Shades of Picton Blue #5D95CE
Tints of Picton Blue #5D95CE
RGB
CMYK
RGB Variations
Color information
#5D95CE (or 0x5D95CE) is known color: Picton Blue. HEX triplet: 5D, 95 and CE. RGB value is (93,149,206). Sum of RGB (Red+Green+Blue) = 93+149+206=448 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.76% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D95CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D95CE is #A26A31. Grayscale: #8A8A8A. Windows color (decimal): -10644018 or 13538653. OLE color: 13538653.
HSL color Cylindrical-coordinate representation of color #5D95CE: hue angle of 210.27º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D95CE is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 149 | 206 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.19 |
| HSL | 210.27º | 0.54% | 0.59% | - |
| HSV(B) | 210.27º | 0.55% | 0.81% | - |
| XYZ | 26.4 | 28.28 | 62.46 | - |
| YUV | 138.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 149 | 206 | 0.55 | 0.28 | 0 | 0.19 | 210.27 | 0.54 | 0.59 |
| Hex | 5D | 95 | CE | 37 | 1C | 0 | 13 | D2 | 36 | 3B |
| Octal | 135 | 225 | 316 | 67 | 34 | 0 | 23 | 322 | 66 | 73 |
| Binary | 1011101 | 10010101 | 11001110 | 110111 | 11100 | 0 | 10011 | 11010010 | 110110 | 111011 |
Color Harmonies of #5D95CE
Complementary color
Monochromatic Colors of #5D95CE
Black with #5D95CE
Text Example
Text Example
White with #5D95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D95CE; }
p { color: rgb(93,149,206); }
H1.HeaderClassName
{
color: #5D95CE;
}
.AnyTagClassName
{
color: #5D95CE;
}
</style>
background-color css
<style>
a { background-color: #5D95CE; }
a { background-color: rgb(93,149,206); }
div.DivClassName
{
background-color: #5D95CE;
}
.BgClassName
{
background-color: #5D95CE;
}
</style>
border-color css
<style>
span { border-color: #5D95CE; }
span { border-color: rgb(93,149,206); }
td.TdClassName
{
border-color: #5D95CE;
}
.TagClassName
{
border-color: #5D95CE;
}
</style>