Shades of Picton Blue #539ED0
Tints of Picton Blue #539ED0
RGB
CMYK
RGB Variations
Color information
#539ED0 (or 0x539ED0) is known color: Picton Blue. HEX triplet: 53, 9E and D0. RGB value is (83,158,208). Sum of RGB (Red+Green+Blue) = 83+158+208=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #539ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ED0 is #AC612F. Grayscale: #8D8D8D. Windows color (decimal): -11297072 or 13672019. OLE color: 13672019.
HSL color Cylindrical-coordinate representation of color #539ED0: hue angle of 204º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #539ED0 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 158 | 208 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.18 |
| HSL | 204º | 0.57% | 0.57% | - |
| HSV(B) | 204º | 0.6% | 0.82% | - |
| XYZ | 27.18 | 30.85 | 64.2 | - |
| YUV | 141.28 | 165.65 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 208 | 0.60 | 0.24 | 0 | 0.18 | 204 | 0.57 | 0.57 |
| Hex | 53 | 9E | D0 | 3C | 18 | 0 | 12 | CC | 39 | 39 |
| Octal | 123 | 236 | 320 | 74 | 30 | 0 | 22 | 314 | 71 | 71 |
| Binary | 1010011 | 10011110 | 11010000 | 111100 | 11000 | 0 | 10010 | 11001100 | 111001 | 111001 |
Color Harmonies of #539ED0
Complementary color
Monochromatic Colors of #539ED0
Black with #539ED0
Text Example
Text Example
White with #539ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539ED0; }
p { color: rgb(83,158,208); }
H1.HeaderClassName
{
color: #539ED0;
}
.AnyTagClassName
{
color: #539ED0;
}
</style>
background-color css
<style>
a { background-color: #539ED0; }
a { background-color: rgb(83,158,208); }
div.DivClassName
{
background-color: #539ED0;
}
.BgClassName
{
background-color: #539ED0;
}
</style>
border-color css
<style>
span { border-color: #539ED0; }
span { border-color: rgb(83,158,208); }
td.TdClassName
{
border-color: #539ED0;
}
.TagClassName
{
border-color: #539ED0;
}
</style>