Shades of Picton Blue #539FCF
Tints of Picton Blue #539FCF
RGB
CMYK
RGB Variations
Color information
#539FCF (or 0x539FCF) is known color: Picton Blue. HEX triplet: 53, 9F and CF. RGB value is (83,159,207). Sum of RGB (Red+Green+Blue) = 83+159+207=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #539FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539FCF is #AC6030. Grayscale: #8D8D8D. Windows color (decimal): -11296817 or 13606739. OLE color: 13606739.
HSL color Cylindrical-coordinate representation of color #539FCF: hue angle of 203.23º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #539FCF is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 159 | 207 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.19 |
| HSL | 203.23º | 0.56% | 0.57% | - |
| HSV(B) | 203.23º | 0.6% | 0.81% | - |
| XYZ | 27.23 | 31.14 | 63.61 | - |
| YUV | 141.75 | 164.82 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 207 | 0.60 | 0.23 | 0 | 0.19 | 203.23 | 0.56 | 0.57 |
| Hex | 53 | 9F | CF | 3C | 17 | 0 | 13 | CB | 38 | 39 |
| Octal | 123 | 237 | 317 | 74 | 27 | 0 | 23 | 313 | 70 | 71 |
| Binary | 1010011 | 10011111 | 11001111 | 111100 | 10111 | 0 | 10011 | 11001011 | 111000 | 111001 |
Color Harmonies of #539FCF
Complementary color
Monochromatic Colors of #539FCF
Black with #539FCF
Text Example
Text Example
White with #539FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539FCF; }
p { color: rgb(83,159,207); }
H1.HeaderClassName
{
color: #539FCF;
}
.AnyTagClassName
{
color: #539FCF;
}
</style>
background-color css
<style>
a { background-color: #539FCF; }
a { background-color: rgb(83,159,207); }
div.DivClassName
{
background-color: #539FCF;
}
.BgClassName
{
background-color: #539FCF;
}
</style>
border-color css
<style>
span { border-color: #539FCF; }
span { border-color: rgb(83,159,207); }
td.TdClassName
{
border-color: #539FCF;
}
.TagClassName
{
border-color: #539FCF;
}
</style>