Shades of Picton Blue #5491D7
Tints of Picton Blue #5491D7
RGB
CMYK
RGB Variations
Color information
#5491D7 (or 0x5491D7) is known color: Picton Blue. HEX triplet: 54, 91 and D7. RGB value is (84,145,215). Sum of RGB (Red+Green+Blue) = 84+145+215=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #5491D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5491D7 is #AB6E28. Grayscale: #868686. Windows color (decimal): -11234857 or 14127444. OLE color: 14127444.
HSL color Cylindrical-coordinate representation of color #5491D7: hue angle of 212.06º 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 #5491D7 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 145 | 215 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.16 |
| HSL | 212.06º | 0.62% | 0.59% | - |
| HSV(B) | 212.06º | 0.61% | 0.84% | - |
| XYZ | 26.05 | 27.04 | 68.14 | - |
| YUV | 134.74 | 173.29 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 215 | 0.61 | 0.33 | 0 | 0.16 | 212.06 | 0.62 | 0.59 |
| Hex | 54 | 91 | D7 | 3D | 21 | 0 | 10 | D4 | 3E | 3B |
| Octal | 124 | 221 | 327 | 75 | 41 | 0 | 20 | 324 | 76 | 73 |
| Binary | 1010100 | 10010001 | 11010111 | 111101 | 100001 | 0 | 10000 | 11010100 | 111110 | 111011 |
Color Harmonies of #5491D7
Complementary color
Monochromatic Colors of #5491D7
Black with #5491D7
Text Example
Text Example
White with #5491D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5491D7; }
p { color: rgb(84,145,215); }
H1.HeaderClassName
{
color: #5491D7;
}
.AnyTagClassName
{
color: #5491D7;
}
</style>
background-color css
<style>
a { background-color: #5491D7; }
a { background-color: rgb(84,145,215); }
div.DivClassName
{
background-color: #5491D7;
}
.BgClassName
{
background-color: #5491D7;
}
</style>
border-color css
<style>
span { border-color: #5491D7; }
span { border-color: rgb(84,145,215); }
td.TdClassName
{
border-color: #5491D7;
}
.TagClassName
{
border-color: #5491D7;
}
</style>