Shades of Picton Blue #539ECC
Tints of Picton Blue #539ECC
RGB
CMYK
RGB Variations
Color information
#539ECC (or 0x539ECC) is known color: Picton Blue. HEX triplet: 53, 9E and CC. RGB value is (83,158,204). Sum of RGB (Red+Green+Blue) = 83+158+204=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #539ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ECC is #AC6133. Grayscale: #8C8C8C. Windows color (decimal): -11297076 or 13409875. OLE color: 13409875.
HSL color Cylindrical-coordinate representation of color #539ECC: hue angle of 202.81º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #539ECC is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 158 | 204 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.2 |
| HSL | 202.81º | 0.54% | 0.56% | - |
| HSV(B) | 202.81º | 0.59% | 0.8% | - |
| XYZ | 26.69 | 30.65 | 61.64 | - |
| YUV | 140.82 | 163.65 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 204 | 0.59 | 0.23 | 0 | 0.2 | 202.81 | 0.54 | 0.56 |
| Hex | 53 | 9E | CC | 3B | 17 | 0 | 14 | CB | 36 | 38 |
| Octal | 123 | 236 | 314 | 73 | 27 | 0 | 24 | 313 | 66 | 70 |
| Binary | 1010011 | 10011110 | 11001100 | 111011 | 10111 | 0 | 10100 | 11001011 | 110110 | 111000 |
Color Harmonies of #539ECC
Complementary color
Monochromatic Colors of #539ECC
Black with #539ECC
Text Example
Text Example
White with #539ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539ECC; }
p { color: rgb(83,158,204); }
H1.HeaderClassName
{
color: #539ECC;
}
.AnyTagClassName
{
color: #539ECC;
}
</style>
background-color css
<style>
a { background-color: #539ECC; }
a { background-color: rgb(83,158,204); }
div.DivClassName
{
background-color: #539ECC;
}
.BgClassName
{
background-color: #539ECC;
}
</style>
border-color css
<style>
span { border-color: #539ECC; }
span { border-color: rgb(83,158,204); }
td.TdClassName
{
border-color: #539ECC;
}
.TagClassName
{
border-color: #539ECC;
}
</style>