Shades of Picton Blue #5492CE
Tints of Picton Blue #5492CE
RGB
CMYK
RGB Variations
Color information
#5492CE (or 0x5492CE) is known color: Picton Blue. HEX triplet: 54, 92 and CE. RGB value is (84,146,206). Sum of RGB (Red+Green+Blue) = 84+146+206=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #5492CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5492CE is #AB6D31. Grayscale: #868686. Windows color (decimal): -11234610 or 13537876. OLE color: 13537876.
HSL color Cylindrical-coordinate representation of color #5492CE: hue angle of 209.51º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5492CE is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 146 | 206 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.19 |
| HSL | 209.51º | 0.55% | 0.57% | - |
| HSV(B) | 209.51º | 0.59% | 0.81% | - |
| XYZ | 25.08 | 26.9 | 62.26 | - |
| YUV | 134.3 | 168.46 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 206 | 0.59 | 0.29 | 0 | 0.19 | 209.51 | 0.55 | 0.57 |
| Hex | 54 | 92 | CE | 3B | 1D | 0 | 13 | D2 | 37 | 39 |
| Octal | 124 | 222 | 316 | 73 | 35 | 0 | 23 | 322 | 67 | 71 |
| Binary | 1010100 | 10010010 | 11001110 | 111011 | 11101 | 0 | 10011 | 11010010 | 110111 | 111001 |
Color Harmonies of #5492CE
Complementary color
Monochromatic Colors of #5492CE
Black with #5492CE
Text Example
Text Example
White with #5492CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5492CE; }
p { color: rgb(84,146,206); }
H1.HeaderClassName
{
color: #5492CE;
}
.AnyTagClassName
{
color: #5492CE;
}
</style>
background-color css
<style>
a { background-color: #5492CE; }
a { background-color: rgb(84,146,206); }
div.DivClassName
{
background-color: #5492CE;
}
.BgClassName
{
background-color: #5492CE;
}
</style>
border-color css
<style>
span { border-color: #5492CE; }
span { border-color: rgb(84,146,206); }
td.TdClassName
{
border-color: #5492CE;
}
.TagClassName
{
border-color: #5492CE;
}
</style>