Shades of Picton Blue #5393D3
Tints of Picton Blue #5393D3
RGB
CMYK
RGB Variations
Color information
#5393D3 (or 0x5393D3) is known color: Picton Blue. HEX triplet: 53, 93 and D3. RGB value is (83,147,211). Sum of RGB (Red+Green+Blue) = 83+147+211=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 211 - color contains mainly: blue. Hex color #5393D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5393D3 is #AC6C2C. Grayscale: #868686. Windows color (decimal): -11299885 or 13865811. OLE color: 13865811.
HSL color Cylindrical-coordinate representation of color #5393D3: hue angle of 210º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5393D3 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 147 | 211 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.17 |
| HSL | 210º | 0.59% | 0.58% | - |
| HSV(B) | 210º | 0.61% | 0.83% | - |
| XYZ | 25.76 | 27.41 | 65.56 | - |
| YUV | 135.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 147 | 211 | 0.61 | 0.30 | 0 | 0.17 | 210 | 0.59 | 0.58 |
| Hex | 53 | 93 | D3 | 3D | 1E | 0 | 11 | D2 | 3B | 3A |
| Octal | 123 | 223 | 323 | 75 | 36 | 0 | 21 | 322 | 73 | 72 |
| Binary | 1010011 | 10010011 | 11010011 | 111101 | 11110 | 0 | 10001 | 11010010 | 111011 | 111010 |
Color Harmonies of #5393D3
Complementary color
Monochromatic Colors of #5393D3
Black with #5393D3
Text Example
Text Example
White with #5393D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5393D3; }
p { color: rgb(83,147,211); }
H1.HeaderClassName
{
color: #5393D3;
}
.AnyTagClassName
{
color: #5393D3;
}
</style>
background-color css
<style>
a { background-color: #5393D3; }
a { background-color: rgb(83,147,211); }
div.DivClassName
{
background-color: #5393D3;
}
.BgClassName
{
background-color: #5393D3;
}
</style>
border-color css
<style>
span { border-color: #5393D3; }
span { border-color: rgb(83,147,211); }
td.TdClassName
{
border-color: #5393D3;
}
.TagClassName
{
border-color: #5393D3;
}
</style>