Shades of Picton Blue #5392DC
Tints of Picton Blue #5392DC
RGB
CMYK
RGB Variations
Color information
#5392DC (or 0x5392DC) is known color: Picton Blue. HEX triplet: 53, 92 and DC. RGB value is (83,146,220). Sum of RGB (Red+Green+Blue) = 83+146+220=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #5392DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5392DC is #AC6D23. Grayscale: #878787. Windows color (decimal): -11300132 or 14455379. OLE color: 14455379.
HSL color Cylindrical-coordinate representation of color #5392DC: hue angle of 212.41º 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 #5392DC is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 146 | 220 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.14 |
| HSL | 212.41º | 0.66% | 0.59% | - |
| HSV(B) | 212.41º | 0.62% | 0.86% | - |
| XYZ | 26.76 | 27.56 | 71.62 | - |
| YUV | 135.6 | 175.63 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 220 | 0.62 | 0.34 | 0 | 0.14 | 212.41 | 0.66 | 0.59 |
| Hex | 53 | 92 | DC | 3E | 22 | 0 | E | D4 | 42 | 3B |
| Octal | 123 | 222 | 334 | 76 | 42 | 0 | 16 | 324 | 102 | 73 |
| Binary | 1010011 | 10010010 | 11011100 | 111110 | 100010 | 0 | 1110 | 11010100 | 1000010 | 111011 |
Color Harmonies of #5392DC
Complementary color
Monochromatic Colors of #5392DC
Black with #5392DC
Text Example
Text Example
White with #5392DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5392DC; }
p { color: rgb(83,146,220); }
H1.HeaderClassName
{
color: #5392DC;
}
.AnyTagClassName
{
color: #5392DC;
}
</style>
background-color css
<style>
a { background-color: #5392DC; }
a { background-color: rgb(83,146,220); }
div.DivClassName
{
background-color: #5392DC;
}
.BgClassName
{
background-color: #5392DC;
}
</style>
border-color css
<style>
span { border-color: #5392DC; }
span { border-color: rgb(83,146,220); }
td.TdClassName
{
border-color: #5392DC;
}
.TagClassName
{
border-color: #5392DC;
}
</style>