Shades of Picton Blue #5396DC
Tints of Picton Blue #5396DC
RGB
CMYK
RGB Variations
Color information
#5396DC (or 0x5396DC) is known color: Picton Blue. HEX triplet: 53, 96 and DC. RGB value is (83,150,220). Sum of RGB (Red+Green+Blue) = 83+150+220=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #5396DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5396DC is #AC6923. Grayscale: #898989. Windows color (decimal): -11299108 or 14456403. OLE color: 14456403.
HSL color Cylindrical-coordinate representation of color #5396DC: hue angle of 210.66º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5396DC is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 150 | 220 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.14 |
| HSL | 210.66º | 0.66% | 0.59% | - |
| HSV(B) | 210.66º | 0.62% | 0.86% | - |
| XYZ | 27.39 | 28.82 | 71.83 | - |
| YUV | 137.95 | 174.3 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 220 | 0.62 | 0.32 | 0 | 0.14 | 210.66 | 0.66 | 0.59 |
| Hex | 53 | 96 | DC | 3E | 20 | 0 | E | D3 | 42 | 3B |
| Octal | 123 | 226 | 334 | 76 | 40 | 0 | 16 | 323 | 102 | 73 |
| Binary | 1010011 | 10010110 | 11011100 | 111110 | 100000 | 0 | 1110 | 11010011 | 1000010 | 111011 |
Color Harmonies of #5396DC
Complementary color
Monochromatic Colors of #5396DC
Black with #5396DC
Text Example
Text Example
White with #5396DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5396DC; }
p { color: rgb(83,150,220); }
H1.HeaderClassName
{
color: #5396DC;
}
.AnyTagClassName
{
color: #5396DC;
}
</style>
background-color css
<style>
a { background-color: #5396DC; }
a { background-color: rgb(83,150,220); }
div.DivClassName
{
background-color: #5396DC;
}
.BgClassName
{
background-color: #5396DC;
}
</style>
border-color css
<style>
span { border-color: #5396DC; }
span { border-color: rgb(83,150,220); }
td.TdClassName
{
border-color: #5396DC;
}
.TagClassName
{
border-color: #5396DC;
}
</style>