Shades of Picton Blue #538FDB
Tints of Picton Blue #538FDB
RGB
CMYK
RGB Variations
Color information
#538FDB (or 0x538FDB) is known color: Picton Blue. HEX triplet: 53, 8F and DB. RGB value is (83,143,219). Sum of RGB (Red+Green+Blue) = 83+143+219=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #538FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FDB is #AC7024. Grayscale: #858585. Windows color (decimal): -11300901 or 14389075. OLE color: 14389075.
HSL color Cylindrical-coordinate representation of color #538FDB: hue angle of 213.53º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538FDB is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 143 | 219 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.14 |
| HSL | 213.53º | 0.65% | 0.59% | - |
| HSV(B) | 213.53º | 0.62% | 0.86% | - |
| XYZ | 26.18 | 26.6 | 70.77 | - |
| YUV | 133.72 | 176.12 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 219 | 0.62 | 0.35 | 0 | 0.14 | 213.53 | 0.65 | 0.59 |
| Hex | 53 | 8F | DB | 3E | 23 | 0 | E | D6 | 41 | 3B |
| Octal | 123 | 217 | 333 | 76 | 43 | 0 | 16 | 326 | 101 | 73 |
| Binary | 1010011 | 10001111 | 11011011 | 111110 | 100011 | 0 | 1110 | 11010110 | 1000001 | 111011 |
Color Harmonies of #538FDB
Complementary color
Monochromatic Colors of #538FDB
Black with #538FDB
Text Example
Text Example
White with #538FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FDB; }
p { color: rgb(83,143,219); }
H1.HeaderClassName
{
color: #538FDB;
}
.AnyTagClassName
{
color: #538FDB;
}
</style>
background-color css
<style>
a { background-color: #538FDB; }
a { background-color: rgb(83,143,219); }
div.DivClassName
{
background-color: #538FDB;
}
.BgClassName
{
background-color: #538FDB;
}
</style>
border-color css
<style>
span { border-color: #538FDB; }
span { border-color: rgb(83,143,219); }
td.TdClassName
{
border-color: #538FDB;
}
.TagClassName
{
border-color: #538FDB;
}
</style>