Shades of Picton Blue #539ED7
Tints of Picton Blue #539ED7
RGB
CMYK
RGB Variations
Color information
#539ED7 (or 0x539ED7) is known color: Picton Blue. HEX triplet: 53, 9E and D7. RGB value is (83,158,215). Sum of RGB (Red+Green+Blue) = 83+158+215=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #539ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ED7 is #AC6128. Grayscale: #8D8D8D. Windows color (decimal): -11297065 or 14130771. OLE color: 14130771.
HSL color Cylindrical-coordinate representation of color #539ED7: hue angle of 205.91º 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 #539ED7 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 158 | 215 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.16 |
| HSL | 205.91º | 0.62% | 0.58% | - |
| HSV(B) | 205.91º | 0.61% | 0.84% | - |
| XYZ | 28.06 | 31.2 | 68.83 | - |
| YUV | 142.07 | 169.15 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 215 | 0.61 | 0.27 | 0 | 0.16 | 205.91 | 0.62 | 0.58 |
| Hex | 53 | 9E | D7 | 3D | 1B | 0 | 10 | CE | 3E | 3A |
| Octal | 123 | 236 | 327 | 75 | 33 | 0 | 20 | 316 | 76 | 72 |
| Binary | 1010011 | 10011110 | 11010111 | 111101 | 11011 | 0 | 10000 | 11001110 | 111110 | 111010 |
Color Harmonies of #539ED7
Complementary color
Monochromatic Colors of #539ED7
Black with #539ED7
Text Example
Text Example
White with #539ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539ED7; }
p { color: rgb(83,158,215); }
H1.HeaderClassName
{
color: #539ED7;
}
.AnyTagClassName
{
color: #539ED7;
}
</style>
background-color css
<style>
a { background-color: #539ED7; }
a { background-color: rgb(83,158,215); }
div.DivClassName
{
background-color: #539ED7;
}
.BgClassName
{
background-color: #539ED7;
}
</style>
border-color css
<style>
span { border-color: #539ED7; }
span { border-color: rgb(83,158,215); }
td.TdClassName
{
border-color: #539ED7;
}
.TagClassName
{
border-color: #539ED7;
}
</style>