Shades of Picton Blue #539ECE
Tints of Picton Blue #539ECE
RGB
CMYK
RGB Variations
Color information
#539ECE (or 0x539ECE) is known color: Picton Blue. HEX triplet: 53, 9E and CE. RGB value is (83,158,206). Sum of RGB (Red+Green+Blue) = 83+158+206=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #539ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ECE is #AC6131. Grayscale: #8C8C8C. Windows color (decimal): -11297074 or 13540947. OLE color: 13540947.
HSL color Cylindrical-coordinate representation of color #539ECE: hue angle of 203.41º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #539ECE is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 158 | 206 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.19 |
| HSL | 203.41º | 0.56% | 0.57% | - |
| HSV(B) | 203.41º | 0.6% | 0.81% | - |
| XYZ | 26.93 | 30.75 | 62.91 | - |
| YUV | 141.05 | 164.65 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 206 | 0.60 | 0.23 | 0 | 0.19 | 203.41 | 0.56 | 0.57 |
| Hex | 53 | 9E | CE | 3C | 17 | 0 | 13 | CB | 38 | 39 |
| Octal | 123 | 236 | 316 | 74 | 27 | 0 | 23 | 313 | 70 | 71 |
| Binary | 1010011 | 10011110 | 11001110 | 111100 | 10111 | 0 | 10011 | 11001011 | 111000 | 111001 |
Color Harmonies of #539ECE
Complementary color
Monochromatic Colors of #539ECE
Black with #539ECE
Text Example
Text Example
White with #539ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539ECE; }
p { color: rgb(83,158,206); }
H1.HeaderClassName
{
color: #539ECE;
}
.AnyTagClassName
{
color: #539ECE;
}
</style>
background-color css
<style>
a { background-color: #539ECE; }
a { background-color: rgb(83,158,206); }
div.DivClassName
{
background-color: #539ECE;
}
.BgClassName
{
background-color: #539ECE;
}
</style>
border-color css
<style>
span { border-color: #539ECE; }
span { border-color: rgb(83,158,206); }
td.TdClassName
{
border-color: #539ECE;
}
.TagClassName
{
border-color: #539ECE;
}
</style>