Shades of Picton Blue #5396E0
Tints of Picton Blue #5396E0
RGB
CMYK
RGB Variations
Color information
#5396E0 (or 0x5396E0) is known color: Picton Blue. HEX triplet: 53, 96 and E0. RGB value is (83,150,224). Sum of RGB (Red+Green+Blue) = 83+150+224=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #5396E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5396E0 is #AC691F. Grayscale: #8A8A8A. Windows color (decimal): -11299104 or 14718547. OLE color: 14718547.
HSL color Cylindrical-coordinate representation of color #5396E0: hue angle of 211.49º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5396E0 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 150 | 224 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.12 |
| HSL | 211.49º | 0.69% | 0.6% | - |
| HSV(B) | 211.49º | 0.63% | 0.88% | - |
| XYZ | 27.93 | 29.03 | 74.65 | - |
| YUV | 138.4 | 176.3 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 224 | 0.63 | 0.33 | 0 | 0.12 | 211.49 | 0.69 | 0.6 |
| Hex | 53 | 96 | E0 | 3F | 21 | 0 | C | D3 | 45 | 3C |
| Octal | 123 | 226 | 340 | 77 | 41 | 0 | 14 | 323 | 105 | 74 |
| Binary | 1010011 | 10010110 | 11100000 | 111111 | 100001 | 0 | 1100 | 11010011 | 1000101 | 111100 |
Color Harmonies of #5396E0
Complementary color
Monochromatic Colors of #5396E0
Black with #5396E0
Text Example
Text Example
White with #5396E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5396E0; }
p { color: rgb(83,150,224); }
H1.HeaderClassName
{
color: #5396E0;
}
.AnyTagClassName
{
color: #5396E0;
}
</style>
background-color css
<style>
a { background-color: #5396E0; }
a { background-color: rgb(83,150,224); }
div.DivClassName
{
background-color: #5396E0;
}
.BgClassName
{
background-color: #5396E0;
}
</style>
border-color css
<style>
span { border-color: #5396E0; }
span { border-color: rgb(83,150,224); }
td.TdClassName
{
border-color: #5396E0;
}
.TagClassName
{
border-color: #5396E0;
}
</style>