Shades of Picton Blue #539FE5
Tints of Picton Blue #539FE5
RGB
CMYK
RGB Variations
Color information
#539FE5 (or 0x539FE5) is known color: Picton Blue. HEX triplet: 53, 9F and E5. RGB value is (83,159,229). Sum of RGB (Red+Green+Blue) = 83+159+229=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #539FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539FE5 is #AC601A. Grayscale: #8F8F8F. Windows color (decimal): -11296795 or 15048531. OLE color: 15048531.
HSL color Cylindrical-coordinate representation of color #539FE5: hue angle of 208.77º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #539FE5 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 159 | 229 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.10 |
| HSL | 208.77º | 0.74% | 0.61% | - |
| HSV(B) | 208.77º | 0.64% | 0.9% | - |
| XYZ | 30.11 | 32.29 | 78.77 | - |
| YUV | 144.26 | 175.82 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 229 | 0.64 | 0.31 | 0 | 0.10 | 208.77 | 0.74 | 0.61 |
| Hex | 53 | 9F | E5 | 40 | 1F | 0 | A | D1 | 4A | 3D |
| Octal | 123 | 237 | 345 | 100 | 37 | 0 | 12 | 321 | 112 | 75 |
| Binary | 1010011 | 10011111 | 11100101 | 1000000 | 11111 | 0 | 1010 | 11010001 | 1001010 | 111101 |
Color Harmonies of #539FE5
Complementary color
Monochromatic Colors of #539FE5
Black with #539FE5
Text Example
Text Example
White with #539FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539FE5; }
p { color: rgb(83,159,229); }
H1.HeaderClassName
{
color: #539FE5;
}
.AnyTagClassName
{
color: #539FE5;
}
</style>
background-color css
<style>
a { background-color: #539FE5; }
a { background-color: rgb(83,159,229); }
div.DivClassName
{
background-color: #539FE5;
}
.BgClassName
{
background-color: #539FE5;
}
</style>
border-color css
<style>
span { border-color: #539FE5; }
span { border-color: rgb(83,159,229); }
td.TdClassName
{
border-color: #539FE5;
}
.TagClassName
{
border-color: #539FE5;
}
</style>