Shades of Picton Blue #5396D0
Tints of Picton Blue #5396D0
RGB
CMYK
RGB Variations
Color information
#5396D0 (or 0x5396D0) is known color: Picton Blue. HEX triplet: 53, 96 and D0. RGB value is (83,150,208). Sum of RGB (Red+Green+Blue) = 83+150+208=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #5396D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5396D0 is #AC692F. Grayscale: #888888. Windows color (decimal): -11299120 or 13669971. OLE color: 13669971.
HSL color Cylindrical-coordinate representation of color #5396D0: hue angle of 207.84º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5396D0 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 150 | 208 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.18 |
| HSL | 207.84º | 0.57% | 0.57% | - |
| HSV(B) | 207.84º | 0.6% | 0.82% | - |
| XYZ | 25.86 | 28.21 | 63.76 | - |
| YUV | 136.58 | 168.3 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 208 | 0.60 | 0.28 | 0 | 0.18 | 207.84 | 0.57 | 0.57 |
| Hex | 53 | 96 | D0 | 3C | 1C | 0 | 12 | D0 | 39 | 39 |
| Octal | 123 | 226 | 320 | 74 | 34 | 0 | 22 | 320 | 71 | 71 |
| Binary | 1010011 | 10010110 | 11010000 | 111100 | 11100 | 0 | 10010 | 11010000 | 111001 | 111001 |
Color Harmonies of #5396D0
Complementary color
Monochromatic Colors of #5396D0
Black with #5396D0
Text Example
Text Example
White with #5396D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5396D0; }
p { color: rgb(83,150,208); }
H1.HeaderClassName
{
color: #5396D0;
}
.AnyTagClassName
{
color: #5396D0;
}
</style>
background-color css
<style>
a { background-color: #5396D0; }
a { background-color: rgb(83,150,208); }
div.DivClassName
{
background-color: #5396D0;
}
.BgClassName
{
background-color: #5396D0;
}
</style>
border-color css
<style>
span { border-color: #5396D0; }
span { border-color: rgb(83,150,208); }
td.TdClassName
{
border-color: #5396D0;
}
.TagClassName
{
border-color: #5396D0;
}
</style>