Shades of Picton Blue #5492CD
Tints of Picton Blue #5492CD
RGB
CMYK
RGB Variations
Color information
#5492CD (or 0x5492CD) is known color: Picton Blue. HEX triplet: 54, 92 and CD. RGB value is (84,146,205). Sum of RGB (Red+Green+Blue) = 84+146+205=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #5492CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5492CD is #AB6D32. Grayscale: #858585. Windows color (decimal): -11234611 or 13472340. OLE color: 13472340.
HSL color Cylindrical-coordinate representation of color #5492CD: hue angle of 209.26º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5492CD is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 146 | 205 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.20 |
| HSL | 209.26º | 0.55% | 0.57% | - |
| HSV(B) | 209.26º | 0.59% | 0.8% | - |
| XYZ | 24.95 | 26.85 | 61.63 | - |
| YUV | 134.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 205 | 0.59 | 0.29 | 0 | 0.20 | 209.26 | 0.55 | 0.57 |
| Hex | 54 | 92 | CD | 3B | 1D | 0 | 14 | D1 | 37 | 39 |
| Octal | 124 | 222 | 315 | 73 | 35 | 0 | 24 | 321 | 67 | 71 |
| Binary | 1010100 | 10010010 | 11001101 | 111011 | 11101 | 0 | 10100 | 11010001 | 110111 | 111001 |
Color Harmonies of #5492CD
Complementary color
Monochromatic Colors of #5492CD
Black with #5492CD
Text Example
Text Example
White with #5492CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5492CD; }
p { color: rgb(84,146,205); }
H1.HeaderClassName
{
color: #5492CD;
}
.AnyTagClassName
{
color: #5492CD;
}
</style>
background-color css
<style>
a { background-color: #5492CD; }
a { background-color: rgb(84,146,205); }
div.DivClassName
{
background-color: #5492CD;
}
.BgClassName
{
background-color: #5492CD;
}
</style>
border-color css
<style>
span { border-color: #5492CD; }
span { border-color: rgb(84,146,205); }
td.TdClassName
{
border-color: #5492CD;
}
.TagClassName
{
border-color: #5492CD;
}
</style>