Shades of Picton Blue #539DD6
Tints of Picton Blue #539DD6
RGB
CMYK
RGB Variations
Color information
#539DD6 (or 0x539DD6) is known color: Picton Blue. HEX triplet: 53, 9D and D6. RGB value is (83,157,214). Sum of RGB (Red+Green+Blue) = 83+157+214=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #539DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DD6 is #AC6229. Grayscale: #8D8D8D. Windows color (decimal): -11297322 or 14064979. OLE color: 14064979.
HSL color Cylindrical-coordinate representation of color #539DD6: hue angle of 206.11º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #539DD6 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 157 | 214 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.16 |
| HSL | 206.11º | 0.62% | 0.58% | - |
| HSV(B) | 206.11º | 0.61% | 0.84% | - |
| XYZ | 27.76 | 30.81 | 68.1 | - |
| YUV | 141.37 | 168.98 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 214 | 0.61 | 0.27 | 0 | 0.16 | 206.11 | 0.62 | 0.58 |
| Hex | 53 | 9D | D6 | 3D | 1B | 0 | 10 | CE | 3E | 3A |
| Octal | 123 | 235 | 326 | 75 | 33 | 0 | 20 | 316 | 76 | 72 |
| Binary | 1010011 | 10011101 | 11010110 | 111101 | 11011 | 0 | 10000 | 11001110 | 111110 | 111010 |
Color Harmonies of #539DD6
Complementary color
Monochromatic Colors of #539DD6
Black with #539DD6
Text Example
Text Example
White with #539DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DD6; }
p { color: rgb(83,157,214); }
H1.HeaderClassName
{
color: #539DD6;
}
.AnyTagClassName
{
color: #539DD6;
}
</style>
background-color css
<style>
a { background-color: #539DD6; }
a { background-color: rgb(83,157,214); }
div.DivClassName
{
background-color: #539DD6;
}
.BgClassName
{
background-color: #539DD6;
}
</style>
border-color css
<style>
span { border-color: #539DD6; }
span { border-color: rgb(83,157,214); }
td.TdClassName
{
border-color: #539DD6;
}
.TagClassName
{
border-color: #539DD6;
}
</style>