Shades of Picton Blue #539AD0
Tints of Picton Blue #539AD0
RGB
CMYK
RGB Variations
Color information
#539AD0 (or 0x539AD0) is known color: Picton Blue. HEX triplet: 53, 9A and D0. RGB value is (83,154,208). Sum of RGB (Red+Green+Blue) = 83+154+208=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #539AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539AD0 is #AC652F. Grayscale: #8A8A8A. Windows color (decimal): -11298096 or 13670995. OLE color: 13670995.
HSL color Cylindrical-coordinate representation of color #539AD0: hue angle of 205.92º 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 #539AD0 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 154 | 208 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.18 |
| HSL | 205.92º | 0.57% | 0.57% | - |
| HSV(B) | 205.92º | 0.6% | 0.82% | - |
| XYZ | 26.51 | 29.5 | 63.97 | - |
| YUV | 138.93 | 166.98 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 208 | 0.60 | 0.26 | 0 | 0.18 | 205.92 | 0.57 | 0.57 |
| Hex | 53 | 9A | D0 | 3C | 1A | 0 | 12 | CE | 39 | 39 |
| Octal | 123 | 232 | 320 | 74 | 32 | 0 | 22 | 316 | 71 | 71 |
| Binary | 1010011 | 10011010 | 11010000 | 111100 | 11010 | 0 | 10010 | 11001110 | 111001 | 111001 |
Color Harmonies of #539AD0
Complementary color
Monochromatic Colors of #539AD0
Black with #539AD0
Text Example
Text Example
White with #539AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539AD0; }
p { color: rgb(83,154,208); }
H1.HeaderClassName
{
color: #539AD0;
}
.AnyTagClassName
{
color: #539AD0;
}
</style>
background-color css
<style>
a { background-color: #539AD0; }
a { background-color: rgb(83,154,208); }
div.DivClassName
{
background-color: #539AD0;
}
.BgClassName
{
background-color: #539AD0;
}
</style>
border-color css
<style>
span { border-color: #539AD0; }
span { border-color: rgb(83,154,208); }
td.TdClassName
{
border-color: #539AD0;
}
.TagClassName
{
border-color: #539AD0;
}
</style>