Shades of Picton Blue #539BE0
Tints of Picton Blue #539BE0
RGB
CMYK
RGB Variations
Color information
#539BE0 (or 0x539BE0) is known color: Picton Blue. HEX triplet: 53, 9B and E0. RGB value is (83,155,224). Sum of RGB (Red+Green+Blue) = 83+155+224=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #539BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539BE0 is #AC641F. Grayscale: #8C8C8C. Windows color (decimal): -11297824 or 14719827. OLE color: 14719827.
HSL color Cylindrical-coordinate representation of color #539BE0: hue angle of 209.36º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #539BE0 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 155 | 224 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.12 |
| HSL | 209.36º | 0.69% | 0.6% | - |
| HSV(B) | 209.36º | 0.63% | 0.88% | - |
| XYZ | 28.74 | 30.66 | 74.92 | - |
| YUV | 141.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 224 | 0.63 | 0.31 | 0 | 0.12 | 209.36 | 0.69 | 0.6 |
| Hex | 53 | 9B | E0 | 3F | 1F | 0 | C | D1 | 45 | 3C |
| Octal | 123 | 233 | 340 | 77 | 37 | 0 | 14 | 321 | 105 | 74 |
| Binary | 1010011 | 10011011 | 11100000 | 111111 | 11111 | 0 | 1100 | 11010001 | 1000101 | 111100 |
Color Harmonies of #539BE0
Complementary color
Monochromatic Colors of #539BE0
Black with #539BE0
Text Example
Text Example
White with #539BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BE0; }
p { color: rgb(83,155,224); }
H1.HeaderClassName
{
color: #539BE0;
}
.AnyTagClassName
{
color: #539BE0;
}
</style>
background-color css
<style>
a { background-color: #539BE0; }
a { background-color: rgb(83,155,224); }
div.DivClassName
{
background-color: #539BE0;
}
.BgClassName
{
background-color: #539BE0;
}
</style>
border-color css
<style>
span { border-color: #539BE0; }
span { border-color: rgb(83,155,224); }
td.TdClassName
{
border-color: #539BE0;
}
.TagClassName
{
border-color: #539BE0;
}
</style>