Shades of Picton Blue #5A92CF
Tints of Picton Blue #5A92CF
RGB
CMYK
RGB Variations
Color information
#5A92CF (or 0x5A92CF) is known color: Picton Blue. HEX triplet: 5A, 92 and CF. RGB value is (90,146,207). Sum of RGB (Red+Green+Blue) = 90+146+207=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A92CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A92CF is #A56D30. Grayscale: #878787. Windows color (decimal): -10841393 or 13603418. OLE color: 13603418.
HSL color Cylindrical-coordinate representation of color #5A92CF: hue angle of 211.28º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A92CF is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 146 | 207 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.19 |
| HSL | 211.28º | 0.55% | 0.58% | - |
| HSV(B) | 211.28º | 0.57% | 0.81% | - |
| XYZ | 25.76 | 27.24 | 62.93 | - |
| YUV | 136.21 | 167.95 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 146 | 207 | 0.57 | 0.29 | 0 | 0.19 | 211.28 | 0.55 | 0.58 |
| Hex | 5A | 92 | CF | 39 | 1D | 0 | 13 | D3 | 37 | 3A |
| Octal | 132 | 222 | 317 | 71 | 35 | 0 | 23 | 323 | 67 | 72 |
| Binary | 1011010 | 10010010 | 11001111 | 111001 | 11101 | 0 | 10011 | 11010011 | 110111 | 111010 |
Color Harmonies of #5A92CF
Complementary color
Monochromatic Colors of #5A92CF
Black with #5A92CF
Text Example
Text Example
White with #5A92CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A92CF; }
p { color: rgb(90,146,207); }
H1.HeaderClassName
{
color: #5A92CF;
}
.AnyTagClassName
{
color: #5A92CF;
}
</style>
background-color css
<style>
a { background-color: #5A92CF; }
a { background-color: rgb(90,146,207); }
div.DivClassName
{
background-color: #5A92CF;
}
.BgClassName
{
background-color: #5A92CF;
}
</style>
border-color css
<style>
span { border-color: #5A92CF; }
span { border-color: rgb(90,146,207); }
td.TdClassName
{
border-color: #5A92CF;
}
.TagClassName
{
border-color: #5A92CF;
}
</style>