Shades of Picton Blue #5396DE
Tints of Picton Blue #5396DE
RGB
CMYK
RGB Variations
Color information
#5396DE (or 0x5396DE) is known color: Picton Blue. HEX triplet: 53, 96 and DE. RGB value is (83,150,222). Sum of RGB (Red+Green+Blue) = 83+150+222=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #5396DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5396DE is #AC6921. Grayscale: #898989. Windows color (decimal): -11299106 or 14587475. OLE color: 14587475.
HSL color Cylindrical-coordinate representation of color #5396DE: hue angle of 211.08º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5396DE is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 150 | 222 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.13 |
| HSL | 211.08º | 0.68% | 0.6% | - |
| HSV(B) | 211.08º | 0.63% | 0.87% | - |
| XYZ | 27.66 | 28.93 | 73.23 | - |
| YUV | 138.18 | 175.3 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 222 | 0.63 | 0.32 | 0 | 0.13 | 211.08 | 0.68 | 0.6 |
| Hex | 53 | 96 | DE | 3F | 20 | 0 | D | D3 | 44 | 3C |
| Octal | 123 | 226 | 336 | 77 | 40 | 0 | 15 | 323 | 104 | 74 |
| Binary | 1010011 | 10010110 | 11011110 | 111111 | 100000 | 0 | 1101 | 11010011 | 1000100 | 111100 |
Color Harmonies of #5396DE
Complementary color
Monochromatic Colors of #5396DE
Black with #5396DE
Text Example
Text Example
White with #5396DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5396DE; }
p { color: rgb(83,150,222); }
H1.HeaderClassName
{
color: #5396DE;
}
.AnyTagClassName
{
color: #5396DE;
}
</style>
background-color css
<style>
a { background-color: #5396DE; }
a { background-color: rgb(83,150,222); }
div.DivClassName
{
background-color: #5396DE;
}
.BgClassName
{
background-color: #5396DE;
}
</style>
border-color css
<style>
span { border-color: #5396DE; }
span { border-color: rgb(83,150,222); }
td.TdClassName
{
border-color: #5396DE;
}
.TagClassName
{
border-color: #5396DE;
}
</style>