Shades of Picton Blue #539DDE
Tints of Picton Blue #539DDE
RGB
CMYK
RGB Variations
Color information
#539DDE (or 0x539DDE) is known color: Picton Blue. HEX triplet: 53, 9D and DE. RGB value is (83,157,222). Sum of RGB (Red+Green+Blue) = 83+157+222=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #539DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DDE is #AC6221. Grayscale: #8D8D8D. Windows color (decimal): -11297314 or 14589267. OLE color: 14589267.
HSL color Cylindrical-coordinate representation of color #539DDE: hue angle of 208.06º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #539DDE is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 157 | 222 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.13 |
| HSL | 208.06º | 0.68% | 0.6% | - |
| HSV(B) | 208.06º | 0.63% | 0.87% | - |
| XYZ | 28.81 | 31.23 | 73.62 | - |
| YUV | 142.28 | 172.98 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 222 | 0.63 | 0.29 | 0 | 0.13 | 208.06 | 0.68 | 0.6 |
| Hex | 53 | 9D | DE | 3F | 1D | 0 | D | D0 | 44 | 3C |
| Octal | 123 | 235 | 336 | 77 | 35 | 0 | 15 | 320 | 104 | 74 |
| Binary | 1010011 | 10011101 | 11011110 | 111111 | 11101 | 0 | 1101 | 11010000 | 1000100 | 111100 |
Color Harmonies of #539DDE
Complementary color
Monochromatic Colors of #539DDE
Black with #539DDE
Text Example
Text Example
White with #539DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DDE; }
p { color: rgb(83,157,222); }
H1.HeaderClassName
{
color: #539DDE;
}
.AnyTagClassName
{
color: #539DDE;
}
</style>
background-color css
<style>
a { background-color: #539DDE; }
a { background-color: rgb(83,157,222); }
div.DivClassName
{
background-color: #539DDE;
}
.BgClassName
{
background-color: #539DDE;
}
</style>
border-color css
<style>
span { border-color: #539DDE; }
span { border-color: rgb(83,157,222); }
td.TdClassName
{
border-color: #539DDE;
}
.TagClassName
{
border-color: #539DDE;
}
</style>