Shades of Picton Blue #539CE2
Tints of Picton Blue #539CE2
RGB
CMYK
RGB Variations
Color information
#539CE2 (or 0x539CE2) is known color: Picton Blue. HEX triplet: 53, 9C and E2. RGB value is (83,156,226). Sum of RGB (Red+Green+Blue) = 83+156+226=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 226 (88.67% from 255 or 48.60% from 465); Max value from RGB is 226 - color contains mainly: blue. Hex color #539CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CE2 is #AC631D. Grayscale: #8D8D8D. Windows color (decimal): -11297566 or 14851155. OLE color: 14851155.
HSL color Cylindrical-coordinate representation of color #539CE2: hue angle of 209.37º degrees, saturation: 0.71, 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 #539CE2 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 156 | 226 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.11 |
| HSL | 209.37º | 0.71% | 0.61% | - |
| HSV(B) | 209.37º | 0.63% | 0.89% | - |
| XYZ | 29.18 | 31.11 | 76.42 | - |
| YUV | 142.15 | 175.32 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 226 | 0.63 | 0.31 | 0 | 0.11 | 209.37 | 0.71 | 0.61 |
| Hex | 53 | 9C | E2 | 3F | 1F | 0 | B | D1 | 47 | 3D |
| Octal | 123 | 234 | 342 | 77 | 37 | 0 | 13 | 321 | 107 | 75 |
| Binary | 1010011 | 10011100 | 11100010 | 111111 | 11111 | 0 | 1011 | 11010001 | 1000111 | 111101 |
Color Harmonies of #539CE2
Complementary color
Monochromatic Colors of #539CE2
Black with #539CE2
Text Example
Text Example
White with #539CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539CE2; }
p { color: rgb(83,156,226); }
H1.HeaderClassName
{
color: #539CE2;
}
.AnyTagClassName
{
color: #539CE2;
}
</style>
background-color css
<style>
a { background-color: #539CE2; }
a { background-color: rgb(83,156,226); }
div.DivClassName
{
background-color: #539CE2;
}
.BgClassName
{
background-color: #539CE2;
}
</style>
border-color css
<style>
span { border-color: #539CE2; }
span { border-color: rgb(83,156,226); }
td.TdClassName
{
border-color: #539CE2;
}
.TagClassName
{
border-color: #539CE2;
}
</style>