Shades of Picton Blue #539DCB
Tints of Picton Blue #539DCB
RGB
CMYK
RGB Variations
Color information
#539DCB (or 0x539DCB) is known color: Picton Blue. HEX triplet: 53, 9D and CB. RGB value is (83,157,203). Sum of RGB (Red+Green+Blue) = 83+157+203=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #539DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DCB is #AC6234. Grayscale: #8B8B8B. Windows color (decimal): -11297333 or 13344083. OLE color: 13344083.
HSL color Cylindrical-coordinate representation of color #539DCB: hue angle of 203º 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 #539DCB is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 157 | 203 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.20 |
| HSL | 203º | 0.54% | 0.56% | - |
| HSV(B) | 203º | 0.59% | 0.8% | - |
| XYZ | 26.4 | 30.26 | 60.95 | - |
| YUV | 140.12 | 163.48 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 203 | 0.59 | 0.23 | 0 | 0.20 | 203 | 0.54 | 0.56 |
| Hex | 53 | 9D | CB | 3B | 17 | 0 | 14 | CB | 36 | 38 |
| Octal | 123 | 235 | 313 | 73 | 27 | 0 | 24 | 313 | 66 | 70 |
| Binary | 1010011 | 10011101 | 11001011 | 111011 | 10111 | 0 | 10100 | 11001011 | 110110 | 111000 |
Color Harmonies of #539DCB
Complementary color
Monochromatic Colors of #539DCB
Black with #539DCB
Text Example
Text Example
White with #539DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DCB; }
p { color: rgb(83,157,203); }
H1.HeaderClassName
{
color: #539DCB;
}
.AnyTagClassName
{
color: #539DCB;
}
</style>
background-color css
<style>
a { background-color: #539DCB; }
a { background-color: rgb(83,157,203); }
div.DivClassName
{
background-color: #539DCB;
}
.BgClassName
{
background-color: #539DCB;
}
</style>
border-color css
<style>
span { border-color: #539DCB; }
span { border-color: rgb(83,157,203); }
td.TdClassName
{
border-color: #539DCB;
}
.TagClassName
{
border-color: #539DCB;
}
</style>