Shades of Picton Blue #539EC3
Tints of Picton Blue #539EC3
RGB
CMYK
RGB Variations
Color information
#539EC3 (or 0x539EC3) is known color: Picton Blue. HEX triplet: 53, 9E and C3. RGB value is (83,158,195). Sum of RGB (Red+Green+Blue) = 83+158+195=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 195 - color contains mainly: blue. Hex color #539EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EC3 is #AC613C. Grayscale: #8B8B8B. Windows color (decimal): -11297085 or 12820051. OLE color: 12820051.
HSL color Cylindrical-coordinate representation of color #539EC3: hue angle of 199.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #539EC3 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 158 | 195 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.24 |
| HSL | 199.82º | 0.48% | 0.55% | - |
| HSV(B) | 199.82º | 0.57% | 0.76% | - |
| XYZ | 25.64 | 30.23 | 56.11 | - |
| YUV | 139.79 | 159.15 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 195 | 0.57 | 0.19 | 0 | 0.24 | 199.82 | 0.48 | 0.55 |
| Hex | 53 | 9E | C3 | 39 | 13 | 0 | 18 | C8 | 30 | 37 |
| Octal | 123 | 236 | 303 | 71 | 23 | 0 | 30 | 310 | 60 | 67 |
| Binary | 1010011 | 10011110 | 11000011 | 111001 | 10011 | 0 | 11000 | 11001000 | 110000 | 110111 |
Color Harmonies of #539EC3
Complementary color
Monochromatic Colors of #539EC3
Black with #539EC3
Text Example
Text Example
White with #539EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539EC3; }
p { color: rgb(83,158,195); }
H1.HeaderClassName
{
color: #539EC3;
}
.AnyTagClassName
{
color: #539EC3;
}
</style>
background-color css
<style>
a { background-color: #539EC3; }
a { background-color: rgb(83,158,195); }
div.DivClassName
{
background-color: #539EC3;
}
.BgClassName
{
background-color: #539EC3;
}
</style>
border-color css
<style>
span { border-color: #539EC3; }
span { border-color: rgb(83,158,195); }
td.TdClassName
{
border-color: #539EC3;
}
.TagClassName
{
border-color: #539EC3;
}
</style>