Shades of Picton Blue #5397D7
Tints of Picton Blue #5397D7
RGB
CMYK
RGB Variations
Color information
#5397D7 (or 0x5397D7) is known color: Picton Blue. HEX triplet: 53, 97 and D7. RGB value is (83,151,215). Sum of RGB (Red+Green+Blue) = 83+151+215=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 215 - color contains mainly: blue. Hex color #5397D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5397D7 is #AC6828. Grayscale: #898989. Windows color (decimal): -11298857 or 14128979. OLE color: 14128979.
HSL color Cylindrical-coordinate representation of color #5397D7: hue angle of 209.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5397D7 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 151 | 215 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.16 |
| HSL | 209.09º | 0.62% | 0.58% | - |
| HSV(B) | 209.09º | 0.61% | 0.84% | - |
| XYZ | 26.9 | 28.88 | 68.45 | - |
| YUV | 137.96 | 171.47 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 215 | 0.61 | 0.30 | 0 | 0.16 | 209.09 | 0.62 | 0.58 |
| Hex | 53 | 97 | D7 | 3D | 1E | 0 | 10 | D1 | 3E | 3A |
| Octal | 123 | 227 | 327 | 75 | 36 | 0 | 20 | 321 | 76 | 72 |
| Binary | 1010011 | 10010111 | 11010111 | 111101 | 11110 | 0 | 10000 | 11010001 | 111110 | 111010 |
Color Harmonies of #5397D7
Complementary color
Monochromatic Colors of #5397D7
Black with #5397D7
Text Example
Text Example
White with #5397D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5397D7; }
p { color: rgb(83,151,215); }
H1.HeaderClassName
{
color: #5397D7;
}
.AnyTagClassName
{
color: #5397D7;
}
</style>
background-color css
<style>
a { background-color: #5397D7; }
a { background-color: rgb(83,151,215); }
div.DivClassName
{
background-color: #5397D7;
}
.BgClassName
{
background-color: #5397D7;
}
</style>
border-color css
<style>
span { border-color: #5397D7; }
span { border-color: rgb(83,151,215); }
td.TdClassName
{
border-color: #5397D7;
}
.TagClassName
{
border-color: #5397D7;
}
</style>