Shades of Picton Blue #5492D7
Tints of Picton Blue #5492D7
RGB
CMYK
RGB Variations
Color information
#5492D7 (or 0x5492D7) is known color: Picton Blue. HEX triplet: 54, 92 and D7. RGB value is (84,146,215). Sum of RGB (Red+Green+Blue) = 84+146+215=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #5492D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5492D7 is #AB6D28. Grayscale: #868686. Windows color (decimal): -11234601 or 14127700. OLE color: 14127700.
HSL color Cylindrical-coordinate representation of color #5492D7: hue angle of 211.6º 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 #5492D7 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 146 | 215 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.16 |
| HSL | 211.6º | 0.62% | 0.59% | - |
| HSV(B) | 211.6º | 0.61% | 0.84% | - |
| XYZ | 26.2 | 27.35 | 68.19 | - |
| YUV | 135.33 | 172.96 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 215 | 0.61 | 0.32 | 0 | 0.16 | 211.6 | 0.62 | 0.59 |
| Hex | 54 | 92 | D7 | 3D | 20 | 0 | 10 | D4 | 3E | 3B |
| Octal | 124 | 222 | 327 | 75 | 40 | 0 | 20 | 324 | 76 | 73 |
| Binary | 1010100 | 10010010 | 11010111 | 111101 | 100000 | 0 | 10000 | 11010100 | 111110 | 111011 |
Color Harmonies of #5492D7
Complementary color
Monochromatic Colors of #5492D7
Black with #5492D7
Text Example
Text Example
White with #5492D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5492D7; }
p { color: rgb(84,146,215); }
H1.HeaderClassName
{
color: #5492D7;
}
.AnyTagClassName
{
color: #5492D7;
}
</style>
background-color css
<style>
a { background-color: #5492D7; }
a { background-color: rgb(84,146,215); }
div.DivClassName
{
background-color: #5492D7;
}
.BgClassName
{
background-color: #5492D7;
}
</style>
border-color css
<style>
span { border-color: #5492D7; }
span { border-color: rgb(84,146,215); }
td.TdClassName
{
border-color: #5492D7;
}
.TagClassName
{
border-color: #5492D7;
}
</style>