Shades of Picton Blue #539EE0
Tints of Picton Blue #539EE0
RGB
CMYK
RGB Variations
Color information
#539EE0 (or 0x539EE0) is known color: Picton Blue. HEX triplet: 53, 9E and E0. RGB value is (83,158,224). Sum of RGB (Red+Green+Blue) = 83+158+224=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #539EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EE0 is #AC611F. Grayscale: #8E8E8E. Windows color (decimal): -11297056 or 14720595. OLE color: 14720595.
HSL color Cylindrical-coordinate representation of color #539EE0: hue angle of 208.09º 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 #539EE0 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 158 | 224 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.12 |
| HSL | 208.09º | 0.69% | 0.6% | - |
| HSV(B) | 208.09º | 0.63% | 0.88% | - |
| XYZ | 29.25 | 31.67 | 75.09 | - |
| YUV | 143.1 | 173.65 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 224 | 0.63 | 0.29 | 0 | 0.12 | 208.09 | 0.69 | 0.6 |
| Hex | 53 | 9E | E0 | 3F | 1D | 0 | C | D0 | 45 | 3C |
| Octal | 123 | 236 | 340 | 77 | 35 | 0 | 14 | 320 | 105 | 74 |
| Binary | 1010011 | 10011110 | 11100000 | 111111 | 11101 | 0 | 1100 | 11010000 | 1000101 | 111100 |
Color Harmonies of #539EE0
Complementary color
Monochromatic Colors of #539EE0
Black with #539EE0
Text Example
Text Example
White with #539EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539EE0; }
p { color: rgb(83,158,224); }
H1.HeaderClassName
{
color: #539EE0;
}
.AnyTagClassName
{
color: #539EE0;
}
</style>
background-color css
<style>
a { background-color: #539EE0; }
a { background-color: rgb(83,158,224); }
div.DivClassName
{
background-color: #539EE0;
}
.BgClassName
{
background-color: #539EE0;
}
</style>
border-color css
<style>
span { border-color: #539EE0; }
span { border-color: rgb(83,158,224); }
td.TdClassName
{
border-color: #539EE0;
}
.TagClassName
{
border-color: #539EE0;
}
</style>