Shades of Picton Blue #539ECB
Tints of Picton Blue #539ECB
RGB
CMYK
RGB Variations
Color information
#539ECB (or 0x539ECB) is known color: Picton Blue. HEX triplet: 53, 9E and CB. RGB value is (83,158,203). Sum of RGB (Red+Green+Blue) = 83+158+203=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #539ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ECB is #AC6134. Grayscale: #8C8C8C. Windows color (decimal): -11297077 or 13344339. OLE color: 13344339.
HSL color Cylindrical-coordinate representation of color #539ECB: hue angle of 202.5º 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 #539ECB is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 158 | 203 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.20 |
| HSL | 202.5º | 0.54% | 0.56% | - |
| HSV(B) | 202.5º | 0.59% | 0.8% | - |
| XYZ | 26.57 | 30.6 | 61.01 | - |
| YUV | 140.71 | 163.15 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 203 | 0.59 | 0.22 | 0 | 0.20 | 202.5 | 0.54 | 0.56 |
| Hex | 53 | 9E | CB | 3B | 16 | 0 | 14 | CA | 36 | 38 |
| Octal | 123 | 236 | 313 | 73 | 26 | 0 | 24 | 312 | 66 | 70 |
| Binary | 1010011 | 10011110 | 11001011 | 111011 | 10110 | 0 | 10100 | 11001010 | 110110 | 111000 |
Color Harmonies of #539ECB
Complementary color
Monochromatic Colors of #539ECB
Black with #539ECB
Text Example
Text Example
White with #539ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539ECB; }
p { color: rgb(83,158,203); }
H1.HeaderClassName
{
color: #539ECB;
}
.AnyTagClassName
{
color: #539ECB;
}
</style>
background-color css
<style>
a { background-color: #539ECB; }
a { background-color: rgb(83,158,203); }
div.DivClassName
{
background-color: #539ECB;
}
.BgClassName
{
background-color: #539ECB;
}
</style>
border-color css
<style>
span { border-color: #539ECB; }
span { border-color: rgb(83,158,203); }
td.TdClassName
{
border-color: #539ECB;
}
.TagClassName
{
border-color: #539ECB;
}
</style>