Shades of Picton Blue #539BE3
Tints of Picton Blue #539BE3
RGB
CMYK
RGB Variations
Color information
#539BE3 (or 0x539BE3) is known color: Picton Blue. HEX triplet: 53, 9B and E3. RGB value is (83,155,227). Sum of RGB (Red+Green+Blue) = 83+155+227=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #539BE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539BE3 is #AC641C. Grayscale: #8D8D8D. Windows color (decimal): -11297821 or 14916435. OLE color: 14916435.
HSL color Cylindrical-coordinate representation of color #539BE3: hue angle of 210º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #539BE3 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 155 | 227 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.11 |
| HSL | 210º | 0.72% | 0.61% | - |
| HSV(B) | 210º | 0.63% | 0.89% | - |
| XYZ | 29.15 | 30.83 | 77.09 | - |
| YUV | 141.68 | 176.15 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 227 | 0.63 | 0.32 | 0 | 0.11 | 210 | 0.72 | 0.61 |
| Hex | 53 | 9B | E3 | 3F | 20 | 0 | B | D2 | 48 | 3D |
| Octal | 123 | 233 | 343 | 77 | 40 | 0 | 13 | 322 | 110 | 75 |
| Binary | 1010011 | 10011011 | 11100011 | 111111 | 100000 | 0 | 1011 | 11010010 | 1001000 | 111101 |
Color Harmonies of #539BE3
Complementary color
Monochromatic Colors of #539BE3
Black with #539BE3
Text Example
Text Example
White with #539BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BE3; }
p { color: rgb(83,155,227); }
H1.HeaderClassName
{
color: #539BE3;
}
.AnyTagClassName
{
color: #539BE3;
}
</style>
background-color css
<style>
a { background-color: #539BE3; }
a { background-color: rgb(83,155,227); }
div.DivClassName
{
background-color: #539BE3;
}
.BgClassName
{
background-color: #539BE3;
}
</style>
border-color css
<style>
span { border-color: #539BE3; }
span { border-color: rgb(83,155,227); }
td.TdClassName
{
border-color: #539BE3;
}
.TagClassName
{
border-color: #539BE3;
}
</style>