Shades of Picton Blue #539DDD
Tints of Picton Blue #539DDD
RGB
CMYK
RGB Variations
Color information
#539DDD (or 0x539DDD) is known color: Picton Blue. HEX triplet: 53, 9D and DD. RGB value is (83,157,221). Sum of RGB (Red+Green+Blue) = 83+157+221=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #539DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DDD is #AC6222. Grayscale: #8D8D8D. Windows color (decimal): -11297315 or 14523731. OLE color: 14523731.
HSL color Cylindrical-coordinate representation of color #539DDD: hue angle of 207.83º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #539DDD is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 157 | 221 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.13 |
| HSL | 207.83º | 0.67% | 0.6% | - |
| HSV(B) | 207.83º | 0.62% | 0.87% | - |
| XYZ | 28.68 | 31.17 | 72.91 | - |
| YUV | 142.17 | 172.48 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 221 | 0.62 | 0.29 | 0 | 0.13 | 207.83 | 0.67 | 0.6 |
| Hex | 53 | 9D | DD | 3E | 1D | 0 | D | D0 | 43 | 3C |
| Octal | 123 | 235 | 335 | 76 | 35 | 0 | 15 | 320 | 103 | 74 |
| Binary | 1010011 | 10011101 | 11011101 | 111110 | 11101 | 0 | 1101 | 11010000 | 1000011 | 111100 |
Color Harmonies of #539DDD
Complementary color
Monochromatic Colors of #539DDD
Black with #539DDD
Text Example
Text Example
White with #539DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DDD; }
p { color: rgb(83,157,221); }
H1.HeaderClassName
{
color: #539DDD;
}
.AnyTagClassName
{
color: #539DDD;
}
</style>
background-color css
<style>
a { background-color: #539DDD; }
a { background-color: rgb(83,157,221); }
div.DivClassName
{
background-color: #539DDD;
}
.BgClassName
{
background-color: #539DDD;
}
</style>
border-color css
<style>
span { border-color: #539DDD; }
span { border-color: rgb(83,157,221); }
td.TdClassName
{
border-color: #539DDD;
}
.TagClassName
{
border-color: #539DDD;
}
</style>