Shades of Picton Blue #539FE0
Tints of Picton Blue #539FE0
RGB
CMYK
RGB Variations
Color information
#539FE0 (or 0x539FE0) is known color: Picton Blue. HEX triplet: 53, 9F and E0. RGB value is (83,159,224). Sum of RGB (Red+Green+Blue) = 83+159+224=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #539FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539FE0 is #AC601F. Grayscale: #8F8F8F. Windows color (decimal): -11296800 or 14720851. OLE color: 14720851.
HSL color Cylindrical-coordinate representation of color #539FE0: hue angle of 207.66º 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 #539FE0 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 159 | 224 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.12 |
| HSL | 207.66º | 0.69% | 0.6% | - |
| HSV(B) | 207.66º | 0.63% | 0.88% | - |
| XYZ | 29.42 | 32.02 | 75.15 | - |
| YUV | 143.69 | 173.32 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 224 | 0.63 | 0.29 | 0 | 0.12 | 207.66 | 0.69 | 0.6 |
| Hex | 53 | 9F | E0 | 3F | 1D | 0 | C | D0 | 45 | 3C |
| Octal | 123 | 237 | 340 | 77 | 35 | 0 | 14 | 320 | 105 | 74 |
| Binary | 1010011 | 10011111 | 11100000 | 111111 | 11101 | 0 | 1100 | 11010000 | 1000101 | 111100 |
Color Harmonies of #539FE0
Complementary color
Monochromatic Colors of #539FE0
Black with #539FE0
Text Example
Text Example
White with #539FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539FE0; }
p { color: rgb(83,159,224); }
H1.HeaderClassName
{
color: #539FE0;
}
.AnyTagClassName
{
color: #539FE0;
}
</style>
background-color css
<style>
a { background-color: #539FE0; }
a { background-color: rgb(83,159,224); }
div.DivClassName
{
background-color: #539FE0;
}
.BgClassName
{
background-color: #539FE0;
}
</style>
border-color css
<style>
span { border-color: #539FE0; }
span { border-color: rgb(83,159,224); }
td.TdClassName
{
border-color: #539FE0;
}
.TagClassName
{
border-color: #539FE0;
}
</style>