Shades of Picton Blue #5497D7
Tints of Picton Blue #5497D7
RGB
CMYK
RGB Variations
Color information
#5497D7 (or 0x5497D7) is known color: Picton Blue. HEX triplet: 54, 97 and D7. RGB value is (84,151,215). Sum of RGB (Red+Green+Blue) = 84+151+215=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #5497D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5497D7 is #AB6828. Grayscale: #898989. Windows color (decimal): -11233321 or 14128980. OLE color: 14128980.
HSL color Cylindrical-coordinate representation of color #5497D7: hue angle of 209.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5497D7 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 151 | 215 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.16 |
| HSL | 209.31º | 0.62% | 0.59% | - |
| HSV(B) | 209.31º | 0.61% | 0.84% | - |
| XYZ | 26.99 | 28.92 | 68.45 | - |
| YUV | 138.26 | 171.3 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 215 | 0.61 | 0.30 | 0 | 0.16 | 209.31 | 0.62 | 0.59 |
| Hex | 54 | 97 | D7 | 3D | 1E | 0 | 10 | D1 | 3E | 3B |
| Octal | 124 | 227 | 327 | 75 | 36 | 0 | 20 | 321 | 76 | 73 |
| Binary | 1010100 | 10010111 | 11010111 | 111101 | 11110 | 0 | 10000 | 11010001 | 111110 | 111011 |
Color Harmonies of #5497D7
Complementary color
Monochromatic Colors of #5497D7
Black with #5497D7
Text Example
Text Example
White with #5497D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5497D7; }
p { color: rgb(84,151,215); }
H1.HeaderClassName
{
color: #5497D7;
}
.AnyTagClassName
{
color: #5497D7;
}
</style>
background-color css
<style>
a { background-color: #5497D7; }
a { background-color: rgb(84,151,215); }
div.DivClassName
{
background-color: #5497D7;
}
.BgClassName
{
background-color: #5497D7;
}
</style>
border-color css
<style>
span { border-color: #5497D7; }
span { border-color: rgb(84,151,215); }
td.TdClassName
{
border-color: #5497D7;
}
.TagClassName
{
border-color: #5497D7;
}
</style>