Shades of Picton Blue #5D94CE
Tints of Picton Blue #5D94CE
RGB
CMYK
RGB Variations
Color information
#5D94CE (or 0x5D94CE) is known color: Picton Blue. HEX triplet: 5D, 94 and CE. RGB value is (93,148,206). Sum of RGB (Red+Green+Blue) = 93+148+206=447 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.81% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D94CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D94CE is #A26B31. Grayscale: #898989. Windows color (decimal): -10644274 or 13538397. OLE color: 13538397.
HSL color Cylindrical-coordinate representation of color #5D94CE: hue angle of 210.8º 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 #5D94CE is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 148 | 206 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.19 |
| HSL | 210.8º | 0.54% | 0.59% | - |
| HSV(B) | 210.8º | 0.55% | 0.81% | - |
| XYZ | 26.24 | 27.96 | 62.41 | - |
| YUV | 138.17 | 166.28 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 148 | 206 | 0.55 | 0.28 | 0 | 0.19 | 210.8 | 0.54 | 0.59 |
| Hex | 5D | 94 | CE | 37 | 1C | 0 | 13 | D3 | 36 | 3B |
| Octal | 135 | 224 | 316 | 67 | 34 | 0 | 23 | 323 | 66 | 73 |
| Binary | 1011101 | 10010100 | 11001110 | 110111 | 11100 | 0 | 10011 | 11010011 | 110110 | 111011 |
Color Harmonies of #5D94CE
Complementary color
Monochromatic Colors of #5D94CE
Black with #5D94CE
Text Example
Text Example
White with #5D94CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D94CE; }
p { color: rgb(93,148,206); }
H1.HeaderClassName
{
color: #5D94CE;
}
.AnyTagClassName
{
color: #5D94CE;
}
</style>
background-color css
<style>
a { background-color: #5D94CE; }
a { background-color: rgb(93,148,206); }
div.DivClassName
{
background-color: #5D94CE;
}
.BgClassName
{
background-color: #5D94CE;
}
</style>
border-color css
<style>
span { border-color: #5D94CE; }
span { border-color: rgb(93,148,206); }
td.TdClassName
{
border-color: #5D94CE;
}
.TagClassName
{
border-color: #5D94CE;
}
</style>